Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeWorkspaceAssociationsResponse
-
Packages that use DescribeWorkspaceAssociationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeWorkspaceAssociationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeWorkspaceAssociationsResponse Modifier and Type Method Description default DescribeWorkspaceAssociationsResponseWorkSpacesClient. describeWorkspaceAssociations(Consumer<DescribeWorkspaceAssociationsRequest.Builder> describeWorkspaceAssociationsRequest)Describes the associations betweens applications and the specified WorkSpace.default DescribeWorkspaceAssociationsResponseWorkSpacesClient. describeWorkspaceAssociations(DescribeWorkspaceAssociationsRequest describeWorkspaceAssociationsRequest)Describes the associations betweens applications and the specified WorkSpace.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeWorkspaceAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkspaceAssociationsResponse>WorkSpacesAsyncClient. describeWorkspaceAssociations(Consumer<DescribeWorkspaceAssociationsRequest.Builder> describeWorkspaceAssociationsRequest)Describes the associations betweens applications and the specified WorkSpace.default CompletableFuture<DescribeWorkspaceAssociationsResponse>WorkSpacesAsyncClient. describeWorkspaceAssociations(DescribeWorkspaceAssociationsRequest describeWorkspaceAssociationsRequest)Describes the associations betweens applications and the specified WorkSpace.
-