Uses of Interface
software.amazon.awssdk.services.shield.model.AssociateDrtLogBucketRequest.Builder
-
Packages that use AssociateDrtLogBucketRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of AssociateDrtLogBucketRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type AssociateDrtLogBucketRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateDrtLogBucketResponse>ShieldAsyncClient. associateDRTLogBucket(Consumer<AssociateDrtLogBucketRequest.Builder> associateDrtLogBucketRequest)Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources.default AssociateDrtLogBucketResponseShieldClient. associateDRTLogBucket(Consumer<AssociateDrtLogBucketRequest.Builder> associateDrtLogBucketRequest)Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. -
Uses of AssociateDrtLogBucketRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AssociateDrtLogBucketRequest.Builder Modifier and Type Method Description static AssociateDrtLogBucketRequest.BuilderAssociateDrtLogBucketRequest. builder()AssociateDrtLogBucketRequest.BuilderAssociateDrtLogBucketRequest.Builder. logBucket(String logBucket)The Amazon S3 bucket that contains the logs that you want to share.AssociateDrtLogBucketRequest.BuilderAssociateDrtLogBucketRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDrtLogBucketRequest.BuilderAssociateDrtLogBucketRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDrtLogBucketRequest.BuilderAssociateDrtLogBucketRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AssociateDrtLogBucketRequest.Builder Modifier and Type Method Description static Class<? extends AssociateDrtLogBucketRequest.Builder>AssociateDrtLogBucketRequest. serializableBuilderClass()
-