Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.UpdateEnvironmentResponse
-
Packages that use UpdateEnvironmentResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. -
-
Uses of UpdateEnvironmentResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return UpdateEnvironmentResponse Modifier and Type Method Description default UpdateEnvironmentResponseWorkSpacesThinClientClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates an environment.default UpdateEnvironmentResponseWorkSpacesThinClientClient. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates an environment.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type UpdateEnvironmentResponse Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentResponse>WorkSpacesThinClientAsyncClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates an environment.default CompletableFuture<UpdateEnvironmentResponse>WorkSpacesThinClientAsyncClient. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates an environment.
-