Uses of Class
software.amazon.awssdk.services.connect.model.ListInstanceAttributesResponse
-
Packages that use ListInstanceAttributesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListInstanceAttributesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListInstanceAttributesResponse Modifier and Type Method Description default ListInstanceAttributesResponseConnectClient. listInstanceAttributes(Consumer<ListInstanceAttributesRequest.Builder> listInstanceAttributesRequest)This API is in preview release for Amazon Connect and is subject to change.default ListInstanceAttributesResponseConnectClient. listInstanceAttributes(ListInstanceAttributesRequest listInstanceAttributesRequest)This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListInstanceAttributesResponse Modifier and Type Method Description default CompletableFuture<ListInstanceAttributesResponse>ConnectAsyncClient. listInstanceAttributes(Consumer<ListInstanceAttributesRequest.Builder> listInstanceAttributesRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<ListInstanceAttributesResponse>ConnectAsyncClient. listInstanceAttributes(ListInstanceAttributesRequest listInstanceAttributesRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of ListInstanceAttributesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListInstanceAttributesResponse Modifier and Type Method Description Iterator<ListInstanceAttributesResponse>ListInstanceAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListInstanceAttributesResponse Modifier and Type Method Description voidListInstanceAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstanceAttributesResponse> subscriber)
-