Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.GetEnvironmentResponse
-
Packages that use GetEnvironmentResponse 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 GetEnvironmentResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return GetEnvironmentResponse Modifier and Type Method Description default GetEnvironmentResponseWorkSpacesThinClientClient. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Returns information for an environment.default GetEnvironmentResponseWorkSpacesThinClientClient. getEnvironment(GetEnvironmentRequest getEnvironmentRequest)Returns information for an environment.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type GetEnvironmentResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentResponse>WorkSpacesThinClientAsyncClient. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Returns information for an environment.default CompletableFuture<GetEnvironmentResponse>WorkSpacesThinClientAsyncClient. getEnvironment(GetEnvironmentRequest getEnvironmentRequest)Returns information for an environment.
-