Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeSharedVpcConfigurationResponse
-
Packages that use DescribeSharedVpcConfigurationResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of DescribeSharedVpcConfigurationResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeSharedVpcConfigurationResponse Modifier and Type Method Description default DescribeSharedVpcConfigurationResponseFSxClient. describeSharedVpcConfiguration(Consumer<DescribeSharedVpcConfigurationRequest.Builder> describeSharedVpcConfigurationRequest)Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner.default DescribeSharedVpcConfigurationResponseFSxClient. describeSharedVpcConfiguration(DescribeSharedVpcConfigurationRequest describeSharedVpcConfigurationRequest)Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DescribeSharedVpcConfigurationResponse Modifier and Type Method Description default CompletableFuture<DescribeSharedVpcConfigurationResponse>FSxAsyncClient. describeSharedVpcConfiguration(Consumer<DescribeSharedVpcConfigurationRequest.Builder> describeSharedVpcConfigurationRequest)Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner.default CompletableFuture<DescribeSharedVpcConfigurationResponse>FSxAsyncClient. describeSharedVpcConfiguration(DescribeSharedVpcConfigurationRequest describeSharedVpcConfigurationRequest)Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner.
-