Uses of Class
software.amazon.awssdk.services.iot.model.ListRoleAliasesResponse
-
Packages that use ListRoleAliasesResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListRoleAliasesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListRoleAliasesResponse Modifier and Type Method Description default ListRoleAliasesResponseIotClient. listRoleAliases()Lists the role aliases registered in your account.default ListRoleAliasesResponseIotClient. listRoleAliases(Consumer<ListRoleAliasesRequest.Builder> listRoleAliasesRequest)Lists the role aliases registered in your account.default ListRoleAliasesResponseIotClient. listRoleAliases(ListRoleAliasesRequest listRoleAliasesRequest)Lists the role aliases registered in your account.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListRoleAliasesResponse Modifier and Type Method Description default CompletableFuture<ListRoleAliasesResponse>IotAsyncClient. listRoleAliases()Lists the role aliases registered in your account.default CompletableFuture<ListRoleAliasesResponse>IotAsyncClient. listRoleAliases(Consumer<ListRoleAliasesRequest.Builder> listRoleAliasesRequest)Lists the role aliases registered in your account.default CompletableFuture<ListRoleAliasesResponse>IotAsyncClient. listRoleAliases(ListRoleAliasesRequest listRoleAliasesRequest)Lists the role aliases registered in your account. -
Uses of ListRoleAliasesResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListRoleAliasesResponse Modifier and Type Method Description Iterator<ListRoleAliasesResponse>ListRoleAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListRoleAliasesResponse Modifier and Type Method Description voidListRoleAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRoleAliasesResponse> subscriber)
-