Uses of Class
software.amazon.awssdk.services.ec2.model.ClientVpnAuthorizationRuleStatus
-
Packages that use ClientVpnAuthorizationRuleStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ClientVpnAuthorizationRuleStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnAuthorizationRuleStatus Modifier and Type Method Description ClientVpnAuthorizationRuleStatusAuthorizationRule. status()The current state of the authorization rule.ClientVpnAuthorizationRuleStatusAuthorizeClientVpnIngressResponse. status()The current state of the authorization rule.ClientVpnAuthorizationRuleStatusRevokeClientVpnIngressResponse. status()The current state of the authorization rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClientVpnAuthorizationRuleStatus Modifier and Type Method Description AuthorizationRule.BuilderAuthorizationRule.Builder. status(ClientVpnAuthorizationRuleStatus status)The current state of the authorization rule.AuthorizeClientVpnIngressResponse.BuilderAuthorizeClientVpnIngressResponse.Builder. status(ClientVpnAuthorizationRuleStatus status)The current state of the authorization rule.RevokeClientVpnIngressResponse.BuilderRevokeClientVpnIngressResponse.Builder. status(ClientVpnAuthorizationRuleStatus status)The current state of the authorization rule.
-