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