Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ConnectorType
-
Packages that use ConnectorType Package Description software.amazon.awssdk.services.pcaconnectorscep.model -
-
Uses of ConnectorType in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return ConnectorType Modifier and Type Method Description static ConnectorTypeConnectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectorTypeConnector. type()The connector type.ConnectorTypeConnectorSummary. type()The connector type.static ConnectorTypeConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorType[]ConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type ConnectorType Modifier and Type Method Description static Set<ConnectorType>ConnectorType. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorscep.model with parameters of type ConnectorType Modifier and Type Method Description Connector.BuilderConnector.Builder. type(ConnectorType type)The connector type.ConnectorSummary.BuilderConnectorSummary.Builder. type(ConnectorType type)The connector type.
-