Uses of Interface
software.amazon.awssdk.services.workspaces.WorkSpacesAsyncClient
-
Packages that use WorkSpacesAsyncClient Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.paginators -
-
Uses of WorkSpacesAsyncClient in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return WorkSpacesAsyncClient Modifier and Type Method Description static WorkSpacesAsyncClientWorkSpacesAsyncClient. create()Create aWorkSpacesAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of WorkSpacesAsyncClient in software.amazon.awssdk.services.workspaces.paginators
Constructors in software.amazon.awssdk.services.workspaces.paginators with parameters of type WorkSpacesAsyncClient Constructor Description DescribeApplicationAssociationsPublisher(WorkSpacesAsyncClient client, DescribeApplicationAssociationsRequest firstRequest)DescribeApplicationsPublisher(WorkSpacesAsyncClient client, DescribeApplicationsRequest firstRequest)DescribeWorkspaceBundlesPublisher(WorkSpacesAsyncClient client, DescribeWorkspaceBundlesRequest firstRequest)DescribeWorkspaceDirectoriesPublisher(WorkSpacesAsyncClient client, DescribeWorkspaceDirectoriesRequest firstRequest)DescribeWorkspacesPublisher(WorkSpacesAsyncClient client, DescribeWorkspacesRequest firstRequest)
-