Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateSharedVpcConfigurationResponse
-
Packages that use UpdateSharedVpcConfigurationResponse 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 UpdateSharedVpcConfigurationResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return UpdateSharedVpcConfigurationResponse Modifier and Type Method Description default UpdateSharedVpcConfigurationResponseFSxClient. updateSharedVpcConfiguration(Consumer<UpdateSharedVpcConfigurationRequest.Builder> updateSharedVpcConfigurationRequest)Configures 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 UpdateSharedVpcConfigurationResponseFSxClient. updateSharedVpcConfiguration(UpdateSharedVpcConfigurationRequest updateSharedVpcConfigurationRequest)Configures 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 UpdateSharedVpcConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateSharedVpcConfigurationResponse>FSxAsyncClient. updateSharedVpcConfiguration(Consumer<UpdateSharedVpcConfigurationRequest.Builder> updateSharedVpcConfigurationRequest)Configures 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<UpdateSharedVpcConfigurationResponse>FSxAsyncClient. updateSharedVpcConfiguration(UpdateSharedVpcConfigurationRequest updateSharedVpcConfigurationRequest)Configures 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.
-