Uses of Class
software.amazon.awssdk.services.shield.model.DisassociateDrtLogBucketResponse
-
Packages that use DisassociateDrtLogBucketResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DisassociateDrtLogBucketResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DisassociateDrtLogBucketResponse Modifier and Type Method Description default DisassociateDrtLogBucketResponseShieldClient. disassociateDRTLogBucket(Consumer<DisassociateDrtLogBucketRequest.Builder> disassociateDrtLogBucketRequest)Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.default DisassociateDrtLogBucketResponseShieldClient. disassociateDRTLogBucket(DisassociateDrtLogBucketRequest disassociateDrtLogBucketRequest)Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DisassociateDrtLogBucketResponse Modifier and Type Method Description default CompletableFuture<DisassociateDrtLogBucketResponse>ShieldAsyncClient. disassociateDRTLogBucket(Consumer<DisassociateDrtLogBucketRequest.Builder> disassociateDrtLogBucketRequest)Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.default CompletableFuture<DisassociateDrtLogBucketResponse>ShieldAsyncClient. disassociateDRTLogBucket(DisassociateDrtLogBucketRequest disassociateDrtLogBucketRequest)Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.
-