Uses of Interface
software.amazon.awssdk.services.workspaces.model.UpdateWorkspaceImagePermissionRequest.Builder
-
Packages that use UpdateWorkspaceImagePermissionRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of UpdateWorkspaceImagePermissionRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type UpdateWorkspaceImagePermissionRequest.Builder 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 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. -
Uses of UpdateWorkspaceImagePermissionRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return UpdateWorkspaceImagePermissionRequest.Builder Modifier and Type Method Description UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder. allowCopyImage(Boolean allowCopyImage)The permission to copy the image.static UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest. builder()UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder. imageId(String imageId)The identifier of the image.UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder. sharedAccountId(String sharedAccountId)The identifier of the Amazon Web Services account to share or unshare the image with.UpdateWorkspaceImagePermissionRequest.BuilderUpdateWorkspaceImagePermissionRequest. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type UpdateWorkspaceImagePermissionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateWorkspaceImagePermissionRequest.Builder>UpdateWorkspaceImagePermissionRequest. serializableBuilderClass()
-