Uses of Class
software.amazon.awssdk.services.proton.model.UpdateComponentRequest
-
Packages that use UpdateComponentRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of UpdateComponentRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type UpdateComponentRequest Modifier and Type Method Description default CompletableFuture<UpdateComponentResponse>ProtonAsyncClient. updateComponent(UpdateComponentRequest updateComponentRequest)Update a component.default UpdateComponentResponseProtonClient. updateComponent(UpdateComponentRequest updateComponentRequest)Update a component. -
Uses of UpdateComponentRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type UpdateComponentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateComponentRequestMarshaller. marshall(UpdateComponentRequest updateComponentRequest)
-