Uses of Class
software.amazon.awssdk.services.ec2.model.AuthorizationRule
Packages that use AuthorizationRule
Package
Description
-
Uses of AuthorizationRule in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AuthorizationRuleModifier and TypeMethodDescriptionfinal List<AuthorizationRule>DescribeClientVpnAuthorizationRulesResponse.authorizationRules()Information about the authorization rules.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AuthorizationRuleModifier and TypeMethodDescriptionDescribeClientVpnAuthorizationRulesResponse.Builder.authorizationRules(AuthorizationRule... authorizationRules) Information about the authorization rules.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AuthorizationRuleModifier and TypeMethodDescriptionDescribeClientVpnAuthorizationRulesResponse.Builder.authorizationRules(Collection<AuthorizationRule> authorizationRules) Information about the authorization rules. -
Uses of AuthorizationRule in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type AuthorizationRuleModifier and TypeMethodDescriptionfinal SdkIterable<AuthorizationRule>DescribeClientVpnAuthorizationRulesIterable.authorizationRules()Returns an iterable to iterate through the paginatedDescribeClientVpnAuthorizationRulesResponse.authorizationRules()member.final SdkPublisher<AuthorizationRule>DescribeClientVpnAuthorizationRulesPublisher.authorizationRules()Returns a publisher that can be used to get a stream of data.