Uses of Class
software.amazon.awssdk.services.vpclattice.model.DeleteServiceNetworkVpcAssociationResponse
-
Packages that use DeleteServiceNetworkVpcAssociationResponse 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 DeleteServiceNetworkVpcAssociationResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return DeleteServiceNetworkVpcAssociationResponse Modifier and Type Method Description default DeleteServiceNetworkVpcAssociationResponseVpcLatticeClient. deleteServiceNetworkVpcAssociation(Consumer<DeleteServiceNetworkVpcAssociationRequest.Builder> deleteServiceNetworkVpcAssociationRequest)Disassociates the VPC from the service network.default DeleteServiceNetworkVpcAssociationResponseVpcLatticeClient. deleteServiceNetworkVpcAssociation(DeleteServiceNetworkVpcAssociationRequest deleteServiceNetworkVpcAssociationRequest)Disassociates the VPC from the service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type DeleteServiceNetworkVpcAssociationResponse Modifier and Type Method Description default CompletableFuture<DeleteServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. deleteServiceNetworkVpcAssociation(Consumer<DeleteServiceNetworkVpcAssociationRequest.Builder> deleteServiceNetworkVpcAssociationRequest)Disassociates the VPC from the service network.default CompletableFuture<DeleteServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. deleteServiceNetworkVpcAssociation(DeleteServiceNetworkVpcAssociationRequest deleteServiceNetworkVpcAssociationRequest)Disassociates the VPC from the service network.
-