Uses of Class
software.amazon.awssdk.services.connect.model.PredefinedAttribute
-
Packages that use PredefinedAttribute Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of PredefinedAttribute in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PredefinedAttribute Modifier and Type Method Description PredefinedAttributeDescribePredefinedAttributeResponse. predefinedAttribute()Information about the predefined attribute.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PredefinedAttribute Modifier and Type Method Description List<PredefinedAttribute>SearchPredefinedAttributesResponse. predefinedAttributes()Predefined attributes matched by the search criteria.Methods in software.amazon.awssdk.services.connect.model with parameters of type PredefinedAttribute Modifier and Type Method Description DescribePredefinedAttributeResponse.BuilderDescribePredefinedAttributeResponse.Builder. predefinedAttribute(PredefinedAttribute predefinedAttribute)Information about the predefined attribute.SearchPredefinedAttributesResponse.BuilderSearchPredefinedAttributesResponse.Builder. predefinedAttributes(PredefinedAttribute... predefinedAttributes)Predefined attributes matched by the search criteria.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PredefinedAttribute Modifier and Type Method Description SearchPredefinedAttributesResponse.BuilderSearchPredefinedAttributesResponse.Builder. predefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)Predefined attributes matched by the search criteria. -
Uses of PredefinedAttribute in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type PredefinedAttribute Modifier and Type Method Description SdkIterable<PredefinedAttribute>SearchPredefinedAttributesIterable. predefinedAttributes()Returns an iterable to iterate through the paginatedSearchPredefinedAttributesResponse.predefinedAttributes()member.SdkPublisher<PredefinedAttribute>SearchPredefinedAttributesPublisher. predefinedAttributes()Returns a publisher that can be used to get a stream of data.
-