Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListObjectTypeAttributesResponse
-
Packages that use ListObjectTypeAttributesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of ListObjectTypeAttributesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListObjectTypeAttributesResponse Modifier and Type Method Description default ListObjectTypeAttributesResponseCustomerProfilesClient. listObjectTypeAttributes(Consumer<ListObjectTypeAttributesRequest.Builder> listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name.default ListObjectTypeAttributesResponseCustomerProfilesClient. listObjectTypeAttributes(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListObjectTypeAttributesResponse Modifier and Type Method Description default CompletableFuture<ListObjectTypeAttributesResponse>CustomerProfilesAsyncClient. listObjectTypeAttributes(Consumer<ListObjectTypeAttributesRequest.Builder> listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name.default CompletableFuture<ListObjectTypeAttributesResponse>CustomerProfilesAsyncClient. listObjectTypeAttributes(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name. -
Uses of ListObjectTypeAttributesResponse in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type ListObjectTypeAttributesResponse Modifier and Type Method Description Iterator<ListObjectTypeAttributesResponse>ListObjectTypeAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.customerprofiles.paginators with type arguments of type ListObjectTypeAttributesResponse Modifier and Type Method Description voidListObjectTypeAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectTypeAttributesResponse> subscriber)
-