Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
Packages that use DescribeMountTargetsResult
Package
Description
-
Uses of DescribeMountTargetsResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return DescribeMountTargetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystem.describeMountTargets(DescribeMountTargetsRequest request) AmazonElasticFileSystem.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest) Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.AmazonElasticFileSystemClient.describeMountTargets(DescribeMountTargetsRequest describeMountTargetsRequest) Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.Methods in com.amazonaws.services.elasticfilesystem that return types with arguments of type DescribeMountTargetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest request) AbstractAmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest request, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult> asyncHandler) AmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest describeMountTargetsRequest) Returns the descriptions of all the current mount targets, or a specific mount target, for a file system.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.AmazonElasticFileSystemAsyncClient.describeMountTargetsAsync(DescribeMountTargetsRequest request) AmazonElasticFileSystemAsyncClient.describeMountTargetsAsync(DescribeMountTargetsRequest request, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeMountTargetsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeMountTargetsAsync(DescribeMountTargetsRequest request, AsyncHandler<DescribeMountTargetsRequest, DescribeMountTargetsResult> asyncHandler) 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.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 DescribeMountTargetsResultModifier and TypeMethodDescriptionDescribeMountTargetsResult.clone()DescribeMountTargetsResult.withMarker(String marker) If the request included theMarker, the response returns that value in this field.DescribeMountTargetsResult.withMountTargets(MountTargetDescription... mountTargets) Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.DescribeMountTargetsResult.withMountTargets(Collection<MountTargetDescription> mountTargets) Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.DescribeMountTargetsResult.withNextMarker(String nextMarker) If a value is present, there are more mount targets to return.