Uses of Interface
software.amazon.awssdk.services.vpclattice.model.DeleteServiceNetworkServiceAssociationRequest.Builder
-
Packages that use DeleteServiceNetworkServiceAssociationRequest.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 DeleteServiceNetworkServiceAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type DeleteServiceNetworkServiceAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. deleteServiceNetworkServiceAssociation(Consumer<DeleteServiceNetworkServiceAssociationRequest.Builder> deleteServiceNetworkServiceAssociationRequest)Deletes the association between a specified service and the specific service network.default DeleteServiceNetworkServiceAssociationResponseVpcLatticeClient. deleteServiceNetworkServiceAssociation(Consumer<DeleteServiceNetworkServiceAssociationRequest.Builder> deleteServiceNetworkServiceAssociationRequest)Deletes the association between a specified service and the specific service network. -
Uses of DeleteServiceNetworkServiceAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type DeleteServiceNetworkServiceAssociationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteServiceNetworkServiceAssociationRequest.Builder>DeleteServiceNetworkServiceAssociationRequest. serializableBuilderClass()
-