Uses of Class
software.amazon.awssdk.services.proton.model.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of UpdateServiceRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type UpdateServiceRequest Modifier and Type Method Description default CompletableFuture<UpdateServiceResponse>ProtonAsyncClient. updateService(UpdateServiceRequest updateServiceRequest)Edit a service description or use a spec to add and delete service instances.default UpdateServiceResponseProtonClient. updateService(UpdateServiceRequest updateServiceRequest)Edit a service description or use a spec to add and delete service instances. -
Uses of UpdateServiceRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type UpdateServiceRequest Modifier and Type Method Description SdkHttpFullRequestUpdateServiceRequestMarshaller. marshall(UpdateServiceRequest updateServiceRequest)
-