| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSqsQueueDetails |
AwsSqsQueueDetails.clone() |
AwsSqsQueueDetails |
ResourceDetails.getAwsSqsQueue()
Details about an SQS queue.
|
AwsSqsQueueDetails |
AwsSqsQueueDetails.withDeadLetterTargetArn(String deadLetterTargetArn)
The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCount is exceeded. |
AwsSqsQueueDetails |
AwsSqsQueueDetails.withKmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds)
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before
calling AWS KMS again.
|
AwsSqsQueueDetails |
AwsSqsQueueDetails.withKmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK.
|
AwsSqsQueueDetails |
AwsSqsQueueDetails.withQueueName(String queueName)
The name of the new queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsSqsQueue(AwsSqsQueueDetails awsSqsQueue)
Details about an SQS queue.
|
ResourceDetails |
ResourceDetails.withAwsSqsQueue(AwsSqsQueueDetails awsSqsQueue)
Details about an SQS queue.
|
Copyright © 2020. All rights reserved.