Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeClientPropertiesResponse
-
Packages that use DescribeClientPropertiesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeClientPropertiesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeClientPropertiesResponse Modifier and Type Method Description default DescribeClientPropertiesResponseWorkSpacesClient. describeClientProperties(Consumer<DescribeClientPropertiesRequest.Builder> describeClientPropertiesRequest)Retrieves a list that describes one or more specified Amazon WorkSpaces clients.default DescribeClientPropertiesResponseWorkSpacesClient. describeClientProperties(DescribeClientPropertiesRequest describeClientPropertiesRequest)Retrieves a list that describes one or more specified Amazon WorkSpaces clients.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeClientPropertiesResponse Modifier and Type Method Description default CompletableFuture<DescribeClientPropertiesResponse>WorkSpacesAsyncClient. describeClientProperties(Consumer<DescribeClientPropertiesRequest.Builder> describeClientPropertiesRequest)Retrieves a list that describes one or more specified Amazon WorkSpaces clients.default CompletableFuture<DescribeClientPropertiesResponse>WorkSpacesAsyncClient. describeClientProperties(DescribeClientPropertiesRequest describeClientPropertiesRequest)Retrieves a list that describes one or more specified Amazon WorkSpaces clients.
-