Uses of Class
software.amazon.awssdk.services.vpclattice.model.CreateServiceNetworkServiceAssociationResponse
-
Packages that use CreateServiceNetworkServiceAssociationResponse 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 CreateServiceNetworkServiceAssociationResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return CreateServiceNetworkServiceAssociationResponse Modifier and Type Method Description default CreateServiceNetworkServiceAssociationResponseVpcLatticeClient. createServiceNetworkServiceAssociation(Consumer<CreateServiceNetworkServiceAssociationRequest.Builder> createServiceNetworkServiceAssociationRequest)Associates a service with a service network.default CreateServiceNetworkServiceAssociationResponseVpcLatticeClient. createServiceNetworkServiceAssociation(CreateServiceNetworkServiceAssociationRequest createServiceNetworkServiceAssociationRequest)Associates a service with a service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type CreateServiceNetworkServiceAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. createServiceNetworkServiceAssociation(Consumer<CreateServiceNetworkServiceAssociationRequest.Builder> createServiceNetworkServiceAssociationRequest)Associates a service with a service network.default CompletableFuture<CreateServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. createServiceNetworkServiceAssociation(CreateServiceNetworkServiceAssociationRequest createServiceNetworkServiceAssociationRequest)Associates a service with a service network.
-