Uses of Class
software.amazon.awssdk.services.workspaces.model.UpdateWorkspaceImagePermissionRequest
-
Packages that use UpdateWorkspaceImagePermissionRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of UpdateWorkspaceImagePermissionRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type UpdateWorkspaceImagePermissionRequest Modifier and Type Method Description 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.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. -
Uses of UpdateWorkspaceImagePermissionRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type UpdateWorkspaceImagePermissionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateWorkspaceImagePermissionRequestMarshaller. marshall(UpdateWorkspaceImagePermissionRequest updateWorkspaceImagePermissionRequest)
-