Uses of Class
software.amazon.awssdk.services.efs.model.DescribeMountTargetSecurityGroupsResponse
-
Packages that use DescribeMountTargetSecurityGroupsResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of DescribeMountTargetSecurityGroupsResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeMountTargetSecurityGroupsResponse Modifier and Type Method Description default DescribeMountTargetSecurityGroupsResponseEfsClient. describeMountTargetSecurityGroups(Consumer<DescribeMountTargetSecurityGroupsRequest.Builder> describeMountTargetSecurityGroupsRequest)Returns the security groups currently in effect for a mount target.default DescribeMountTargetSecurityGroupsResponseEfsClient. describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest describeMountTargetSecurityGroupsRequest)Returns the security groups currently in effect for a mount target.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeMountTargetSecurityGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeMountTargetSecurityGroupsResponse>EfsAsyncClient. describeMountTargetSecurityGroups(Consumer<DescribeMountTargetSecurityGroupsRequest.Builder> describeMountTargetSecurityGroupsRequest)Returns the security groups currently in effect for a mount target.default CompletableFuture<DescribeMountTargetSecurityGroupsResponse>EfsAsyncClient. describeMountTargetSecurityGroups(DescribeMountTargetSecurityGroupsRequest describeMountTargetSecurityGroupsRequest)Returns the security groups currently in effect for a mount target.
-