Uses of Class
software.amazon.awssdk.services.connect.model.ReferenceType
-
Packages that use ReferenceType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ReferenceType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ReferenceType Modifier and Type Method Description static ReferenceTypeReferenceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReferenceTypeReference. type()The type of the reference.static ReferenceTypeReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceType[]ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ReferenceType Modifier and Type Method Description static Set<ReferenceType>ReferenceType. knownValues()List<ReferenceType>ListContactReferencesRequest. referenceTypes()The type of reference.Methods in software.amazon.awssdk.services.connect.model with parameters of type ReferenceType Modifier and Type Method Description ListContactReferencesRequest.BuilderListContactReferencesRequest.Builder. referenceTypes(ReferenceType... referenceTypes)The type of reference.Reference.BuilderReference.Builder. type(ReferenceType type)The type of the reference.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ReferenceType Modifier and Type Method Description ListContactReferencesRequest.BuilderListContactReferencesRequest.Builder. referenceTypes(Collection<ReferenceType> referenceTypes)The type of reference.
-