Uses of Interface
software.amazon.awssdk.services.guardduty.model.CreatePublishingDestinationRequest.Builder
-
Packages that use CreatePublishingDestinationRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data.software.amazon.awssdk.services.guardduty.model -
-
Uses of CreatePublishingDestinationRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type CreatePublishingDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePublishingDestinationResponse>GuardDutyAsyncClient. createPublishingDestination(Consumer<CreatePublishingDestinationRequest.Builder> createPublishingDestinationRequest)Creates a publishing destination to export findings to.default CreatePublishingDestinationResponseGuardDutyClient. createPublishingDestination(Consumer<CreatePublishingDestinationRequest.Builder> createPublishingDestinationRequest)Creates a publishing destination to export findings to. -
Uses of CreatePublishingDestinationRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CreatePublishingDestinationRequest.Builder Modifier and Type Method Description static CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest. builder()CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. clientToken(String clientToken)The idempotency token for the request.default CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)The properties of the publishing destination, including the ARNs for the destination and the KMS key used for encryption.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.CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. destinationType(String destinationType)The type of resource for the publishing destination.CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. destinationType(DestinationType destinationType)The type of resource for the publishing destination.CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. detectorId(String detectorId)The ID of the GuardDuty detector associated with the publishing destination.CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CreatePublishingDestinationRequest.Builder Modifier and Type Method Description static Class<? extends CreatePublishingDestinationRequest.Builder>CreatePublishingDestinationRequest. serializableBuilderClass()
-