Uses of Class
software.amazon.awssdk.services.vpclattice.model.AuthPolicyState
-
Packages that use AuthPolicyState Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of AuthPolicyState in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return AuthPolicyState Modifier and Type Method Description static AuthPolicyStateAuthPolicyState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuthPolicyStateGetAuthPolicyResponse. state()The state of the auth policy.AuthPolicyStatePutAuthPolicyResponse. state()The state of the auth policy.static AuthPolicyStateAuthPolicyState. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthPolicyState[]AuthPolicyState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type AuthPolicyState Modifier and Type Method Description static Set<AuthPolicyState>AuthPolicyState. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type AuthPolicyState Modifier and Type Method Description GetAuthPolicyResponse.BuilderGetAuthPolicyResponse.Builder. state(AuthPolicyState state)The state of the auth policy.PutAuthPolicyResponse.BuilderPutAuthPolicyResponse.Builder. state(AuthPolicyState state)The state of the auth policy.
-