Uses of Class
software.amazon.awssdk.services.shield.model.DescribeProtectionResponse
-
Packages that use DescribeProtectionResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DescribeProtectionResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DescribeProtectionResponse Modifier and Type Method Description default DescribeProtectionResponseShieldClient. describeProtection(Consumer<DescribeProtectionRequest.Builder> describeProtectionRequest)Lists the details of a Protection object.default DescribeProtectionResponseShieldClient. describeProtection(DescribeProtectionRequest describeProtectionRequest)Lists the details of a Protection object.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DescribeProtectionResponse Modifier and Type Method Description default CompletableFuture<DescribeProtectionResponse>ShieldAsyncClient. describeProtection(Consumer<DescribeProtectionRequest.Builder> describeProtectionRequest)Lists the details of a Protection object.default CompletableFuture<DescribeProtectionResponse>ShieldAsyncClient. describeProtection(DescribeProtectionRequest describeProtectionRequest)Lists the details of a Protection object.
-