Uses of Class
software.amazon.awssdk.services.appstream.model.DeleteImagePermissionsRequest
-
Packages that use DeleteImagePermissionsRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of DeleteImagePermissionsRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type DeleteImagePermissionsRequest Modifier and Type Method Description default CompletableFuture<DeleteImagePermissionsResponse>AppStreamAsyncClient. deleteImagePermissions(DeleteImagePermissionsRequest deleteImagePermissionsRequest)Deletes permissions for the specified private image.default DeleteImagePermissionsResponseAppStreamClient. deleteImagePermissions(DeleteImagePermissionsRequest deleteImagePermissionsRequest)Deletes permissions for the specified private image. -
Uses of DeleteImagePermissionsRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type DeleteImagePermissionsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteImagePermissionsRequestMarshaller. marshall(DeleteImagePermissionsRequest deleteImagePermissionsRequest)
-