Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeWorkspaceImagePermissionsResponse
-
Packages that use DescribeWorkspaceImagePermissionsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeWorkspaceImagePermissionsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeWorkspaceImagePermissionsResponse Modifier and Type Method Description default DescribeWorkspaceImagePermissionsResponseWorkSpacesClient. describeWorkspaceImagePermissions(Consumer<DescribeWorkspaceImagePermissionsRequest.Builder> describeWorkspaceImagePermissionsRequest)Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.default DescribeWorkspaceImagePermissionsResponseWorkSpacesClient. describeWorkspaceImagePermissions(DescribeWorkspaceImagePermissionsRequest describeWorkspaceImagePermissionsRequest)Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeWorkspaceImagePermissionsResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkspaceImagePermissionsResponse>WorkSpacesAsyncClient. describeWorkspaceImagePermissions(Consumer<DescribeWorkspaceImagePermissionsRequest.Builder> describeWorkspaceImagePermissionsRequest)Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.default CompletableFuture<DescribeWorkspaceImagePermissionsResponse>WorkSpacesAsyncClient. describeWorkspaceImagePermissions(DescribeWorkspaceImagePermissionsRequest describeWorkspaceImagePermissionsRequest)Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.
-