Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListObjectTypeAttributeItem
-
Packages that use ListObjectTypeAttributeItem Package Description software.amazon.awssdk.services.customerprofiles.model software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of ListObjectTypeAttributeItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListObjectTypeAttributeItem Modifier and Type Method Description List<ListObjectTypeAttributeItem>ListObjectTypeAttributesResponse. items()The items returned as part of the response.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListObjectTypeAttributeItem Modifier and Type Method Description ListObjectTypeAttributesResponse.BuilderListObjectTypeAttributesResponse.Builder. items(ListObjectTypeAttributeItem... items)The items returned as part of the response.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListObjectTypeAttributeItem Modifier and Type Method Description ListObjectTypeAttributesResponse.BuilderListObjectTypeAttributesResponse.Builder. items(Collection<ListObjectTypeAttributeItem> items)The items returned as part of the response. -
Uses of ListObjectTypeAttributeItem in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type ListObjectTypeAttributeItem Modifier and Type Method Description SdkIterable<ListObjectTypeAttributeItem>ListObjectTypeAttributesIterable. items()Returns an iterable to iterate through the paginatedListObjectTypeAttributesResponse.items()member.SdkPublisher<ListObjectTypeAttributeItem>ListObjectTypeAttributesPublisher. items()Returns a publisher that can be used to get a stream of data.
-