Uses of Interface
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityRequest.Builder
-
Packages that use ChangeMessageVisibilityRequest.Builder Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.batchmanager software.amazon.awssdk.services.sqs.model -
-
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ChangeMessageVisibilityRequest.Builder Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncClient. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value.default ChangeMessageVisibilityResponseSqsClient. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> changeMessageVisibilityRequest)Changes the visibility timeout of a specified message in a queue to a new value. -
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs.batchmanager
Method parameters in software.amazon.awssdk.services.sqs.batchmanager with type arguments of type ChangeMessageVisibilityRequest.Builder Modifier and Type Method Description default CompletableFuture<ChangeMessageVisibilityResponse>SqsAsyncBatchManager. changeMessageVisibility(Consumer<ChangeMessageVisibilityRequest.Builder> request)Buffers and batchesChangeMessageVisibilityRequests using aConsumerto configure the request, sending them as aChangeMessageVisibilityBatchRequest. -
Uses of ChangeMessageVisibilityRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ChangeMessageVisibilityRequest.Builder Modifier and Type Method Description static ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest. builder()ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest.Builder. queueUrl(String queueUrl)The URL of the Amazon SQS queue whose message's visibility is changed.ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest.Builder. receiptHandle(String receiptHandle)The receipt handle associated with the message, whose visibility timeout is changed.ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest. toBuilder()ChangeMessageVisibilityRequest.BuilderChangeMessageVisibilityRequest.Builder. visibilityTimeout(Integer visibilityTimeout)The new value for the message's visibility timeout (in seconds).Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ChangeMessageVisibilityRequest.Builder Modifier and Type Method Description static Class<? extends ChangeMessageVisibilityRequest.Builder>ChangeMessageVisibilityRequest. serializableBuilderClass()
-