Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem | |
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsResult |
AmazonElasticFileSystem.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific
mount target, for a file system.
|
DescribeMountTargetsResult |
AmazonElasticFileSystemClient.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest)
Returns the descriptions of all the current mount targets, or a specific
mount target, for a file system.
|
DescribeMountTargetsResult |
AbstractAmazonElasticFileSystem.describeMountTargets(DescribeMountTargetsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeMountTargetsResult> |
AbstractAmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest request,
AsyncHandler<DescribeMountTargetsRequest,DescribeMountTargetsResult> asyncHandler) |
Future<DescribeMountTargetsResult> |
AmazonElasticFileSystemAsyncClient.describeMountTargetsAsync(DescribeMountTargetsRequest request,
AsyncHandler<DescribeMountTargetsRequest,DescribeMountTargetsResult> asyncHandler) |
Future<DescribeMountTargetsResult> |
AmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest describeMountTargetsRequest,
AsyncHandler<DescribeMountTargetsRequest,DescribeMountTargetsResult> asyncHandler)
Returns the descriptions of all the current mount targets, or a specific
mount target, for a file system.
|
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsResult |
DescribeMountTargetsResult.clone() |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMarker(String marker)
If the request included the
Marker , the response returns
that value in this field. |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
DescribeMountTargetsResult.withNextMarker(String nextMarker)
If a value is present, there are more mount targets to return.
|
Copyright © 2018. All rights reserved.