Uses of Interface
software.amazon.awssdk.services.vpclattice.model.UpdateServiceNetworkVpcAssociationRequest.Builder
-
Packages that use UpdateServiceNetworkVpcAssociationRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of UpdateServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type UpdateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. updateServiceNetworkVpcAssociation(Consumer<UpdateServiceNetworkVpcAssociationRequest.Builder> updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association.default UpdateServiceNetworkVpcAssociationResponseVpcLatticeClient. updateServiceNetworkVpcAssociation(Consumer<UpdateServiceNetworkVpcAssociationRequest.Builder> updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association. -
Uses of UpdateServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return UpdateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest. builder()UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest.Builder. serviceNetworkVpcAssociationIdentifier(String serviceNetworkVpcAssociationIdentifier)The ID or Amazon Resource Name (ARN) of the association.UpdateServiceNetworkVpcAssociationRequest.BuilderUpdateServiceNetworkVpcAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type UpdateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateServiceNetworkVpcAssociationRequest.Builder>UpdateServiceNetworkVpcAssociationRequest. serializableBuilderClass()
-