Uses of Class
software.amazon.awssdk.services.storagegateway.model.NotifyWhenUploadedResponse
-
Packages that use NotifyWhenUploadedResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of NotifyWhenUploadedResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return NotifyWhenUploadedResponse Modifier and Type Method Description default NotifyWhenUploadedResponseStorageGatewayClient. notifyWhenUploaded(Consumer<NotifyWhenUploadedRequest.Builder> notifyWhenUploadedRequest)Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3.default NotifyWhenUploadedResponseStorageGatewayClient. notifyWhenUploaded(NotifyWhenUploadedRequest notifyWhenUploadedRequest)Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type NotifyWhenUploadedResponse Modifier and Type Method Description default CompletableFuture<NotifyWhenUploadedResponse>StorageGatewayAsyncClient. notifyWhenUploaded(Consumer<NotifyWhenUploadedRequest.Builder> notifyWhenUploadedRequest)Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3.default CompletableFuture<NotifyWhenUploadedResponse>StorageGatewayAsyncClient. notifyWhenUploaded(NotifyWhenUploadedRequest notifyWhenUploadedRequest)Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3.
-