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