Uses of Interface
software.amazon.awssdk.services.fsx.model.UpdateSharedVpcConfigurationRequest.Builder
-
Packages that use UpdateSharedVpcConfigurationRequest.Builder 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.software.amazon.awssdk.services.fsx.model -
-
Uses of UpdateSharedVpcConfigurationRequest.Builder in software.amazon.awssdk.services.fsx
Method parameters in software.amazon.awssdk.services.fsx with type arguments of type UpdateSharedVpcConfigurationRequest.Builder 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 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. -
Uses of UpdateSharedVpcConfigurationRequest.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return UpdateSharedVpcConfigurationRequest.Builder Modifier and Type Method Description static UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest. builder()UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest.Builder. clientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest.Builder. enableFsxRouteTableUpdatesFromParticipantAccounts(String enableFsxRouteTableUpdatesFromParticipantAccounts)Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSharedVpcConfigurationRequest.BuilderUpdateSharedVpcConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type UpdateSharedVpcConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSharedVpcConfigurationRequest.Builder>UpdateSharedVpcConfigurationRequest. serializableBuilderClass()
-