Uses of Class
software.amazon.awssdk.services.workspaces.model.DeleteWorkspaceImageRequest
-
Packages that use DeleteWorkspaceImageRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of DeleteWorkspaceImageRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type DeleteWorkspaceImageRequest Modifier and Type Method Description default CompletableFuture<DeleteWorkspaceImageResponse>WorkSpacesAsyncClient. deleteWorkspaceImage(DeleteWorkspaceImageRequest deleteWorkspaceImageRequest)Deletes the specified image from your account.default DeleteWorkspaceImageResponseWorkSpacesClient. deleteWorkspaceImage(DeleteWorkspaceImageRequest deleteWorkspaceImageRequest)Deletes the specified image from your account. -
Uses of DeleteWorkspaceImageRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type DeleteWorkspaceImageRequest Modifier and Type Method Description SdkHttpFullRequestDeleteWorkspaceImageRequestMarshaller. marshall(DeleteWorkspaceImageRequest deleteWorkspaceImageRequest)
-