Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.DeleteEnvironmentResponse
-
Packages that use DeleteEnvironmentResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a 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 DeleteEnvironmentResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return DeleteEnvironmentResponse Modifier and Type Method Description default DeleteEnvironmentResponseWorkSpacesThinClientClient. deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Deletes an environment.default DeleteEnvironmentResponseWorkSpacesThinClientClient. deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Deletes an environment.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type DeleteEnvironmentResponse Modifier and Type Method Description default CompletableFuture<DeleteEnvironmentResponse>WorkSpacesThinClientAsyncClient. deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Deletes an environment.default CompletableFuture<DeleteEnvironmentResponse>WorkSpacesThinClientAsyncClient. deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Deletes an environment.
-