Uses of Class
software.amazon.awssdk.services.shield.model.Protection
-
Packages that use Protection Package Description software.amazon.awssdk.services.shield.model software.amazon.awssdk.services.shield.paginators -
-
Uses of Protection in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return Protection Modifier and Type Method Description ProtectionDescribeProtectionResponse. protection()The Protection that you requested.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type Protection Modifier and Type Method Description List<Protection>ListProtectionsResponse. protections()The array of enabled Protection objects.Methods in software.amazon.awssdk.services.shield.model with parameters of type Protection Modifier and Type Method Description DescribeProtectionResponse.BuilderDescribeProtectionResponse.Builder. protection(Protection protection)The Protection that you requested.ListProtectionsResponse.BuilderListProtectionsResponse.Builder. protections(Protection... protections)The array of enabled Protection objects.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type Protection Modifier and Type Method Description ListProtectionsResponse.BuilderListProtectionsResponse.Builder. protections(Collection<Protection> protections)The array of enabled Protection objects. -
Uses of Protection in software.amazon.awssdk.services.shield.paginators
Methods in software.amazon.awssdk.services.shield.paginators that return types with arguments of type Protection Modifier and Type Method Description SdkIterable<Protection>ListProtectionsIterable. protections()Returns an iterable to iterate through the paginatedListProtectionsResponse.protections()member.SdkPublisher<Protection>ListProtectionsPublisher. protections()Returns a publisher that can be used to get a stream of data.
-