Uses of Class
software.amazon.awssdk.services.shield.model.AssociateDrtLogBucketResponse
-
Packages that use AssociateDrtLogBucketResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of AssociateDrtLogBucketResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return AssociateDrtLogBucketResponse Modifier and Type Method Description 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.default AssociateDrtLogBucketResponseShieldClient. associateDRTLogBucket(AssociateDrtLogBucketRequest 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.Methods in software.amazon.awssdk.services.shield that return types with arguments of type AssociateDrtLogBucketResponse 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 CompletableFuture<AssociateDrtLogBucketResponse>ShieldAsyncClient. associateDRTLogBucket(AssociateDrtLogBucketRequest 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.
-