Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetServiceResponse
-
Packages that use GetServiceResponse 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 GetServiceResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetServiceResponse Modifier and Type Method Description default GetServiceResponseVpcLatticeClient. getService(Consumer<GetServiceRequest.Builder> getServiceRequest)Retrieves information about the specified service.default GetServiceResponseVpcLatticeClient. getService(GetServiceRequest getServiceRequest)Retrieves information about the specified service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetServiceResponse Modifier and Type Method Description default CompletableFuture<GetServiceResponse>VpcLatticeAsyncClient. getService(Consumer<GetServiceRequest.Builder> getServiceRequest)Retrieves information about the specified service.default CompletableFuture<GetServiceResponse>VpcLatticeAsyncClient. getService(GetServiceRequest getServiceRequest)Retrieves information about the specified service.
-