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