Uses of Interface
software.amazon.awssdk.services.storagegateway.model.NotifyWhenUploadedRequest.Builder
-
Packages that use NotifyWhenUploadedRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of NotifyWhenUploadedRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type NotifyWhenUploadedRequest.Builder 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 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. -
Uses of NotifyWhenUploadedRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return NotifyWhenUploadedRequest.Builder Modifier and Type Method Description static NotifyWhenUploadedRequest.BuilderNotifyWhenUploadedRequest. builder()NotifyWhenUploadedRequest.BuilderNotifyWhenUploadedRequest.Builder. fileShareARN(String fileShareARN)Sets the value of the FileShareARN property for this object.NotifyWhenUploadedRequest.BuilderNotifyWhenUploadedRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)NotifyWhenUploadedRequest.BuilderNotifyWhenUploadedRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)NotifyWhenUploadedRequest.BuilderNotifyWhenUploadedRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type NotifyWhenUploadedRequest.Builder Modifier and Type Method Description static Class<? extends NotifyWhenUploadedRequest.Builder>NotifyWhenUploadedRequest. serializableBuilderClass()
-