Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthorizationRuleStatus
Packages that use ClientVpnAuthorizationRuleStatus
-
Uses of ClientVpnAuthorizationRuleStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnAuthorizationRuleStatusModifier and TypeMethodDescriptionAuthorizationRule.status()The current state of the authorization rule.AuthorizeClientVpnIngressResponse.status()The current state of the authorization rule.RevokeClientVpnIngressResponse.status()The current state of the authorization rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthorizationRuleStatusModifier and TypeMethodDescriptionAuthorizationRule.Builder.status(ClientVpnAuthorizationRuleStatus status) The current state of the authorization rule.AuthorizeClientVpnIngressResponse.Builder.status(ClientVpnAuthorizationRuleStatus status) The current state of the authorization rule.RevokeClientVpnIngressResponse.Builder.status(ClientVpnAuthorizationRuleStatus status) The current state of the authorization rule.