Uses of Class
software.amazon.awssdk.services.efs.model.MountTargetDescription
-
Packages that use MountTargetDescription Package Description software.amazon.awssdk.services.efs.model software.amazon.awssdk.services.efs.paginators -
-
Uses of MountTargetDescription in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type MountTargetDescription Modifier and Type Method Description List<MountTargetDescription>DescribeMountTargetsResponse. mountTargets()Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.Methods in software.amazon.awssdk.services.efs.model with parameters of type MountTargetDescription Modifier and Type Method Description DescribeMountTargetsResponse.BuilderDescribeMountTargetsResponse.Builder. mountTargets(MountTargetDescription... mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type MountTargetDescription Modifier and Type Method Description DescribeMountTargetsResponse.BuilderDescribeMountTargetsResponse.Builder. mountTargets(Collection<MountTargetDescription> mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects. -
Uses of MountTargetDescription in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type MountTargetDescription Modifier and Type Method Description SdkIterable<MountTargetDescription>DescribeMountTargetsIterable. mountTargets()Returns an iterable to iterate through the paginatedDescribeMountTargetsResponse.mountTargets()member.SdkPublisher<MountTargetDescription>DescribeMountTargetsPublisher. mountTargets()Returns a publisher that can be used to get a stream of data.
-