| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationProperties |
DestinationProperties.clone() |
DestinationProperties |
UpdatePublishingDestinationRequest.getDestinationProperties()
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DestinationProperties |
DescribePublishingDestinationResult.getDestinationProperties()
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DestinationProperties |
CreatePublishingDestinationRequest.getDestinationProperties()
The properties of the publishing destination, including the ARNs for the destination and the KMS key used for
encryption.
|
DestinationProperties |
DestinationProperties.withDestinationArn(String destinationArn)
The ARN of the resource to publish to.
|
DestinationProperties |
DestinationProperties.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePublishingDestinationRequest.setDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
void |
DescribePublishingDestinationResult.setDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
void |
CreatePublishingDestinationRequest.setDestinationProperties(DestinationProperties destinationProperties)
The properties of the publishing destination, including the ARNs for the destination and the KMS key used for
encryption.
|
UpdatePublishingDestinationRequest |
UpdatePublishingDestinationRequest.withDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DescribePublishingDestinationResult |
DescribePublishingDestinationResult.withDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
CreatePublishingDestinationRequest |
CreatePublishingDestinationRequest.withDestinationProperties(DestinationProperties destinationProperties)
The properties of the publishing destination, including the ARNs for the destination and the KMS key used for
encryption.
|
Copyright © 2023. All rights reserved.