Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateServiceNetworkVpcAssociationResponse
-
Packages that use UpdateServiceNetworkVpcAssociationResponse 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). -
-
Uses of UpdateServiceNetworkVpcAssociationResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateServiceNetworkVpcAssociationResponse Modifier and Type Method Description default UpdateServiceNetworkVpcAssociationResponseVpcLatticeClient. updateServiceNetworkVpcAssociation(Consumer<UpdateServiceNetworkVpcAssociationRequest.Builder> updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association.default UpdateServiceNetworkVpcAssociationResponseVpcLatticeClient. updateServiceNetworkVpcAssociation(UpdateServiceNetworkVpcAssociationRequest updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateServiceNetworkVpcAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. updateServiceNetworkVpcAssociation(Consumer<UpdateServiceNetworkVpcAssociationRequest.Builder> updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association.default CompletableFuture<UpdateServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. updateServiceNetworkVpcAssociation(UpdateServiceNetworkVpcAssociationRequest updateServiceNetworkVpcAssociationRequest)Updates the service network and VPC association.
-