Uses of Class
software.amazon.awssdk.services.networkmanager.model.CustomerGatewayAssociationState
-
Packages that use CustomerGatewayAssociationState Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CustomerGatewayAssociationState in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CustomerGatewayAssociationState Modifier and Type Method Description static CustomerGatewayAssociationStateCustomerGatewayAssociationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomerGatewayAssociationStateCustomerGatewayAssociation. state()The association state.static CustomerGatewayAssociationStateCustomerGatewayAssociationState. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerGatewayAssociationState[]CustomerGatewayAssociationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CustomerGatewayAssociationState Modifier and Type Method Description static Set<CustomerGatewayAssociationState>CustomerGatewayAssociationState. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type CustomerGatewayAssociationState Modifier and Type Method Description CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. state(CustomerGatewayAssociationState state)The association state.
-