Uses of Class
software.amazon.awssdk.services.workspaces.model.ClientPropertiesResult
-
Packages that use ClientPropertiesResult Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ClientPropertiesResult in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ClientPropertiesResult Modifier and Type Method Description List<ClientPropertiesResult>DescribeClientPropertiesResponse. clientPropertiesList()Information about the specified Amazon WorkSpaces clients.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type ClientPropertiesResult Modifier and Type Method Description DescribeClientPropertiesResponse.BuilderDescribeClientPropertiesResponse.Builder. clientPropertiesList(ClientPropertiesResult... clientPropertiesList)Information about the specified Amazon WorkSpaces clients.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type ClientPropertiesResult Modifier and Type Method Description DescribeClientPropertiesResponse.BuilderDescribeClientPropertiesResponse.Builder. clientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)Information about the specified Amazon WorkSpaces clients.
-