Uses of Class
software.amazon.awssdk.services.connect.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of Attribute in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Attribute Modifier and Type Method Description AttributeDescribeInstanceAttributeResponse. attribute()The type of attribute.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>ListInstanceAttributesResponse. attributes()The attribute types.Methods in software.amazon.awssdk.services.connect.model with parameters of type Attribute Modifier and Type Method Description DescribeInstanceAttributeResponse.BuilderDescribeInstanceAttributeResponse.Builder. attribute(Attribute attribute)The type of attribute.ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. attributes(Attribute... attributes)The attribute types.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Attribute Modifier and Type Method Description ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. attributes(Collection<Attribute> attributes)The attribute types. -
Uses of Attribute in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type Attribute Modifier and Type Method Description SdkIterable<Attribute>ListInstanceAttributesIterable. attributes()Returns an iterable to iterate through the paginatedListInstanceAttributesResponse.attributes()member.SdkPublisher<Attribute>ListInstanceAttributesPublisher. attributes()Returns a publisher that can be used to get a stream of data.
-