Uses of Interface
software.amazon.awssdk.services.sqs.model.RemovePermissionRequest.Builder
Packages that use RemovePermissionRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of RemovePermissionRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type RemovePermissionRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter.default RemovePermissionResponseSqsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest) Revokes any permissions in the queue policy that matches the specifiedLabelparameter. -
Uses of RemovePermissionRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return RemovePermissionRequest.BuilderModifier and TypeMethodDescriptionRemovePermissionRequest.builder()The identification of the permission to remove.RemovePermissionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RemovePermissionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue from which permissions are removed.RemovePermissionRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type RemovePermissionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RemovePermissionRequest.Builder>RemovePermissionRequest.serializableBuilderClass()