Uses of Interface
software.amazon.awssdk.services.iot.model.ListAuthorizersRequest.Builder
-
Packages that use ListAuthorizersRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListAuthorizersRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListAuthorizersRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAuthorizersResponse>IotAsyncClient. listAuthorizers(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)Lists the authorizers registered in your account.default ListAuthorizersResponseIotClient. listAuthorizers(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)Lists the authorizers registered in your account.default ListAuthorizersPublisherIotAsyncClient. listAuthorizersPaginator(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)Lists the authorizers registered in your account.default ListAuthorizersIterableIotClient. listAuthorizersPaginator(Consumer<ListAuthorizersRequest.Builder> listAuthorizersRequest)Lists the authorizers registered in your account. -
Uses of ListAuthorizersRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListAuthorizersRequest.Builder Modifier and Type Method Description ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. ascendingOrder(Boolean ascendingOrder)Return the list of authorizers in ascending alphabetical order.static ListAuthorizersRequest.BuilderListAuthorizersRequest. builder()ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. marker(String marker)A marker used to get the next set of results.ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. pageSize(Integer pageSize)The maximum number of results to return at one time.ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. status(String status)The status of the list authorizers request.ListAuthorizersRequest.BuilderListAuthorizersRequest.Builder. status(AuthorizerStatus status)The status of the list authorizers request.ListAuthorizersRequest.BuilderListAuthorizersRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListAuthorizersRequest.Builder Modifier and Type Method Description static Class<? extends ListAuthorizersRequest.Builder>ListAuthorizersRequest. serializableBuilderClass()
-