Uses of Interface
software.amazon.awssdk.services.workspaces.model.DescribeClientPropertiesRequest.Builder
-
Packages that use DescribeClientPropertiesRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of DescribeClientPropertiesRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type DescribeClientPropertiesRequest.Builder 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 DescribeClientPropertiesResponseWorkSpacesClient. describeClientProperties(Consumer<DescribeClientPropertiesRequest.Builder> describeClientPropertiesRequest)Retrieves a list that describes one or more specified Amazon WorkSpaces clients. -
Uses of DescribeClientPropertiesRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DescribeClientPropertiesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeClientPropertiesRequest.Builder>DescribeClientPropertiesRequest. serializableBuilderClass()
-