Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
-
Packages that use DescribeMountTargetsResult Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of DescribeMountTargetsResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return DescribeMountTargetsResult Modifier and Type Method Description DescribeMountTargetsResult
AbstractAmazonElasticFileSystem. describeMountTargets(DescribeMountTargetsRequest request)
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.Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeMountTargetsResult Modifier and Type Method Description Future<DescribeMountTargetsResult>
AbstractAmazonElasticFileSystemAsync. 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.Future<DescribeMountTargetsResult>
AmazonElasticFileSystemAsyncClient. describeMountTargetsAsync(DescribeMountTargetsRequest request, AsyncHandler<DescribeMountTargetsRequest,DescribeMountTargetsResult> asyncHandler)
-
Uses of DescribeMountTargetsResult in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DescribeMountTargetsResult Modifier and Type Method Description DescribeMountTargetsResult
DescribeMountTargetsResult. clone()
DescribeMountTargetsResult
DescribeMountTargetsResult. withMarker(String marker)
If the request included theMarker
, the response returns that value in this field.DescribeMountTargetsResult
DescribeMountTargetsResult. withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array ofMountTargetDescription
objects.DescribeMountTargetsResult
DescribeMountTargetsResult. withMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array ofMountTargetDescription
objects.DescribeMountTargetsResult
DescribeMountTargetsResult. withNextMarker(String nextMarker)
If a value is present, there are more mount targets to return.
-