Uses of Class
software.amazon.awssdk.services.shield.model.Limit
-
Packages that use Limit Package Description software.amazon.awssdk.services.shield.model -
-
Uses of Limit in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type Limit Modifier and Type Method Description List<Limit>Subscription. limits()Specifies how many protections of a given type you can create.List<Limit>ProtectionLimits. protectedResourceTypeLimits()The maximum number of resource types that you can specify in a protection.Methods in software.amazon.awssdk.services.shield.model with parameters of type Limit Modifier and Type Method Description Subscription.BuilderSubscription.Builder. limits(Limit... limits)Specifies how many protections of a given type you can create.ProtectionLimits.BuilderProtectionLimits.Builder. protectedResourceTypeLimits(Limit... protectedResourceTypeLimits)The maximum number of resource types that you can specify in a protection.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type Limit Modifier and Type Method Description Subscription.BuilderSubscription.Builder. limits(Collection<Limit> limits)Specifies how many protections of a given type you can create.ProtectionLimits.BuilderProtectionLimits.Builder. protectedResourceTypeLimits(Collection<Limit> protectedResourceTypeLimits)The maximum number of resource types that you can specify in a protection.
-