Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateServiceResponse
-
Packages that use UpdateServiceResponse 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 UpdateServiceResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateServiceResponse Modifier and Type Method Description default UpdateServiceResponseVpcLatticeClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Updates the specified service.default UpdateServiceResponseVpcLatticeClient. updateService(UpdateServiceRequest updateServiceRequest)Updates the specified service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateServiceResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceResponse>VpcLatticeAsyncClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Updates the specified service.default CompletableFuture<UpdateServiceResponse>VpcLatticeAsyncClient. updateService(UpdateServiceRequest updateServiceRequest)Updates the specified service.
-