Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetServiceNetworkServiceAssociationRequest
-
Packages that use GetServiceNetworkServiceAssociationRequest 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.transform -
-
Uses of GetServiceNetworkServiceAssociationRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type GetServiceNetworkServiceAssociationRequest Modifier and Type Method Description default CompletableFuture<GetServiceNetworkServiceAssociationResponse>VpcLatticeAsyncClient. getServiceNetworkServiceAssociation(GetServiceNetworkServiceAssociationRequest 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. -
Uses of GetServiceNetworkServiceAssociationRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type GetServiceNetworkServiceAssociationRequest Modifier and Type Method Description SdkHttpFullRequestGetServiceNetworkServiceAssociationRequestMarshaller. marshall(GetServiceNetworkServiceAssociationRequest getServiceNetworkServiceAssociationRequest)
-