Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifyClientPropertiesResponse
-
Packages that use ModifyClientPropertiesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of ModifyClientPropertiesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return ModifyClientPropertiesResponse Modifier and Type Method Description default ModifyClientPropertiesResponseWorkSpacesClient. modifyClientProperties(Consumer<ModifyClientPropertiesRequest.Builder> modifyClientPropertiesRequest)Modifies the properties of the specified Amazon WorkSpaces clients.default ModifyClientPropertiesResponseWorkSpacesClient. modifyClientProperties(ModifyClientPropertiesRequest modifyClientPropertiesRequest)Modifies the properties of the specified Amazon WorkSpaces clients.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type ModifyClientPropertiesResponse Modifier and Type Method Description default CompletableFuture<ModifyClientPropertiesResponse>WorkSpacesAsyncClient. modifyClientProperties(Consumer<ModifyClientPropertiesRequest.Builder> modifyClientPropertiesRequest)Modifies the properties of the specified Amazon WorkSpaces clients.default CompletableFuture<ModifyClientPropertiesResponse>WorkSpacesAsyncClient. modifyClientProperties(ModifyClientPropertiesRequest modifyClientPropertiesRequest)Modifies the properties of the specified Amazon WorkSpaces clients.
-