Uses of Class
software.amazon.awssdk.services.nimble.model.UpdateStudioResponse
-
Packages that use UpdateStudioResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference. -
-
Uses of UpdateStudioResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return UpdateStudioResponse Modifier and Type Method Description default UpdateStudioResponseNimbleClient. updateStudio(Consumer<UpdateStudioRequest.Builder> updateStudioRequest)Update a Studio resource.default UpdateStudioResponseNimbleClient. updateStudio(UpdateStudioRequest updateStudioRequest)Update a Studio resource.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type UpdateStudioResponse Modifier and Type Method Description default CompletableFuture<UpdateStudioResponse>NimbleAsyncClient. updateStudio(Consumer<UpdateStudioRequest.Builder> updateStudioRequest)Update a Studio resource.default CompletableFuture<UpdateStudioResponse>NimbleAsyncClient. updateStudio(UpdateStudioRequest updateStudioRequest)Update a Studio resource.
-