Uses of Class
software.amazon.awssdk.services.workspaces.model.UpdateWorkspaceImagePermissionResponse
-
Packages that use UpdateWorkspaceImagePermissionResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of UpdateWorkspaceImagePermissionResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return UpdateWorkspaceImagePermissionResponse Modifier and Type Method Description default UpdateWorkspaceImagePermissionResponseWorkSpacesClient. updateWorkspaceImagePermission(Consumer<UpdateWorkspaceImagePermissionRequest.Builder> updateWorkspaceImagePermissionRequest)Shares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image.default UpdateWorkspaceImagePermissionResponseWorkSpacesClient. updateWorkspaceImagePermission(UpdateWorkspaceImagePermissionRequest updateWorkspaceImagePermissionRequest)Shares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type UpdateWorkspaceImagePermissionResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkspaceImagePermissionResponse>WorkSpacesAsyncClient. updateWorkspaceImagePermission(Consumer<UpdateWorkspaceImagePermissionRequest.Builder> updateWorkspaceImagePermissionRequest)Shares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image.default CompletableFuture<UpdateWorkspaceImagePermissionResponse>WorkSpacesAsyncClient. updateWorkspaceImagePermission(UpdateWorkspaceImagePermissionRequest updateWorkspaceImagePermissionRequest)Shares or unshares an image with one account in the same Amazon Web Services Region by specifying whether that account has permission to copy the image.
-