Uses of Class
software.amazon.awssdk.services.connect.model.ListAuthenticationProfilesResponse
-
Packages that use ListAuthenticationProfilesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListAuthenticationProfilesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListAuthenticationProfilesResponse Modifier and Type Method Description default ListAuthenticationProfilesResponseConnectClient. listAuthenticationProfiles(Consumer<ListAuthenticationProfilesRequest.Builder> listAuthenticationProfilesRequest)This API is in preview release for Amazon Connect and is subject to change.default ListAuthenticationProfilesResponseConnectClient. listAuthenticationProfiles(ListAuthenticationProfilesRequest listAuthenticationProfilesRequest)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 ListAuthenticationProfilesResponse Modifier and Type Method Description default CompletableFuture<ListAuthenticationProfilesResponse>ConnectAsyncClient. listAuthenticationProfiles(Consumer<ListAuthenticationProfilesRequest.Builder> listAuthenticationProfilesRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<ListAuthenticationProfilesResponse>ConnectAsyncClient. listAuthenticationProfiles(ListAuthenticationProfilesRequest listAuthenticationProfilesRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of ListAuthenticationProfilesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListAuthenticationProfilesResponse Modifier and Type Method Description Iterator<ListAuthenticationProfilesResponse>ListAuthenticationProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListAuthenticationProfilesResponse Modifier and Type Method Description voidListAuthenticationProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAuthenticationProfilesResponse> subscriber)
-