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