Uses of Class
software.amazon.awssdk.services.connect.model.ListPredefinedAttributesResponse
-
Packages that use ListPredefinedAttributesResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.paginators -
-
Uses of ListPredefinedAttributesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListPredefinedAttributesResponse Modifier and Type Method Description default ListPredefinedAttributesResponseConnectClient. listPredefinedAttributes(Consumer<ListPredefinedAttributesRequest.Builder> listPredefinedAttributesRequest)Lists predefined attributes for the specified Amazon Connect instance.default ListPredefinedAttributesResponseConnectClient. listPredefinedAttributes(ListPredefinedAttributesRequest listPredefinedAttributesRequest)Lists predefined attributes for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListPredefinedAttributesResponse Modifier and Type Method Description default CompletableFuture<ListPredefinedAttributesResponse>ConnectAsyncClient. listPredefinedAttributes(Consumer<ListPredefinedAttributesRequest.Builder> listPredefinedAttributesRequest)Lists predefined attributes for the specified Amazon Connect instance.default CompletableFuture<ListPredefinedAttributesResponse>ConnectAsyncClient. listPredefinedAttributes(ListPredefinedAttributesRequest listPredefinedAttributesRequest)Lists predefined attributes for the specified Amazon Connect instance. -
Uses of ListPredefinedAttributesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListPredefinedAttributesResponse Modifier and Type Method Description Iterator<ListPredefinedAttributesResponse>ListPredefinedAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListPredefinedAttributesResponse Modifier and Type Method Description voidListPredefinedAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPredefinedAttributesResponse> subscriber)
-