Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetServiceNetworkServiceAssociationResponse
-
Packages that use GetServiceNetworkServiceAssociationResponse 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 GetServiceNetworkServiceAssociationResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetServiceNetworkServiceAssociationResponse Modifier and Type Method Description default GetServiceNetworkServiceAssociationResponseVpcLatticeClient. getServiceNetworkServiceAssociation(Consumer<GetServiceNetworkServiceAssociationRequest.Builder> getServiceNetworkServiceAssociationRequest)Retrieves information about the specified association between a service network and a service.default GetServiceNetworkServiceAssociationResponseVpcLatticeClient. getServiceNetworkServiceAssociation(GetServiceNetworkServiceAssociationRequest getServiceNetworkServiceAssociationRequest)Retrieves information about the specified association between a service network and a service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetServiceNetworkServiceAssociationResponse Modifier and Type Method Description default CompletableFuture<GetServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. getServiceNetworkServiceAssociation(Consumer<GetServiceNetworkServiceAssociationRequest.Builder> getServiceNetworkServiceAssociationRequest)Retrieves information about the specified association between a service network and a service.default CompletableFuture<GetServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. getServiceNetworkServiceAssociation(GetServiceNetworkServiceAssociationRequest getServiceNetworkServiceAssociationRequest)Retrieves information about the specified association between a service network and a service.
-