Uses of Class
software.amazon.awssdk.services.guardduty.model.DestinationProperties
-
Packages that use DestinationProperties Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DestinationProperties in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DestinationProperties Modifier and Type Method Description DestinationPropertiesCreatePublishingDestinationRequest. destinationProperties()The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.DestinationPropertiesDescribePublishingDestinationResponse. destinationProperties()ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.DestinationPropertiesUpdatePublishingDestinationRequest. destinationProperties()ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DestinationProperties Modifier and Type Method Description CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. destinationProperties(DestinationProperties destinationProperties)The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.DescribePublishingDestinationResponse.BuilderDescribePublishingDestinationResponse.Builder. destinationProperties(DestinationProperties destinationProperties)ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.UpdatePublishingDestinationRequest.BuilderUpdatePublishingDestinationRequest.Builder. destinationProperties(DestinationProperties destinationProperties)ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.
-