Uses of Class
software.amazon.awssdk.services.efs.model.DescribeFileSystemsResponse
-
Packages that use DescribeFileSystemsResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators -
-
Uses of DescribeFileSystemsResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeFileSystemsResponse Modifier and Type Method Description default DescribeFileSystemsResponseEfsClient. describeFileSystems()Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default DescribeFileSystemsResponseEfsClient. describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder> describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default DescribeFileSystemsResponseEfsClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeFileSystemsResponse Modifier and Type Method Description default CompletableFuture<DescribeFileSystemsResponse>EfsAsyncClient. describeFileSystems()Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default CompletableFuture<DescribeFileSystemsResponse>EfsAsyncClient. describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder> describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default CompletableFuture<DescribeFileSystemsResponse>EfsAsyncClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided. -
Uses of DescribeFileSystemsResponse in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type DescribeFileSystemsResponse Modifier and Type Method Description Iterator<DescribeFileSystemsResponse>DescribeFileSystemsIterable. iterator()Method parameters in software.amazon.awssdk.services.efs.paginators with type arguments of type DescribeFileSystemsResponse Modifier and Type Method Description voidDescribeFileSystemsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFileSystemsResponse> subscriber)
-