Uses of Interface
software.amazon.awssdk.services.shield.model.DescribeProtectionResponse.Builder
-
Packages that use DescribeProtectionResponse.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of DescribeProtectionResponse.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return DescribeProtectionResponse.Builder Modifier and Type Method Description static DescribeProtectionResponse.BuilderDescribeProtectionResponse. builder()default DescribeProtectionResponse.BuilderDescribeProtectionResponse.Builder. protection(Consumer<Protection.Builder> protection)The Protection that you requested.DescribeProtectionResponse.BuilderDescribeProtectionResponse.Builder. protection(Protection protection)The Protection that you requested.DescribeProtectionResponse.BuilderDescribeProtectionResponse. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type DescribeProtectionResponse.Builder Modifier and Type Method Description static Class<? extends DescribeProtectionResponse.Builder>DescribeProtectionResponse. serializableBuilderClass()
-