Uses of Class
software.amazon.awssdk.services.nimble.model.UpdateStudioComponentResponse
-
Packages that use UpdateStudioComponentResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference. -
-
Uses of UpdateStudioComponentResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return UpdateStudioComponentResponse Modifier and Type Method Description default UpdateStudioComponentResponseNimbleClient. updateStudioComponent(Consumer<UpdateStudioComponentRequest.Builder> updateStudioComponentRequest)Updates a studio component resource.default UpdateStudioComponentResponseNimbleClient. updateStudioComponent(UpdateStudioComponentRequest updateStudioComponentRequest)Updates a studio component resource.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type UpdateStudioComponentResponse Modifier and Type Method Description default CompletableFuture<UpdateStudioComponentResponse>NimbleAsyncClient. updateStudioComponent(Consumer<UpdateStudioComponentRequest.Builder> updateStudioComponentRequest)Updates a studio component resource.default CompletableFuture<UpdateStudioComponentResponse>NimbleAsyncClient. updateStudioComponent(UpdateStudioComponentRequest updateStudioComponentRequest)Updates a studio component resource.
-