Uses of Class
software.amazon.awssdk.services.iot.model.AuthorizerSummary
-
Packages that use AuthorizerSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of AuthorizerSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuthorizerSummary Modifier and Type Method Description List<AuthorizerSummary>ListAuthorizersResponse. authorizers()The authorizers.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuthorizerSummary Modifier and Type Method Description ListAuthorizersResponse.BuilderListAuthorizersResponse.Builder. authorizers(AuthorizerSummary... authorizers)The authorizers.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuthorizerSummary Modifier and Type Method Description ListAuthorizersResponse.BuilderListAuthorizersResponse.Builder. authorizers(Collection<AuthorizerSummary> authorizers)The authorizers. -
Uses of AuthorizerSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type AuthorizerSummary Modifier and Type Method Description SdkIterable<AuthorizerSummary>ListAuthorizersIterable. authorizers()Returns an iterable to iterate through the paginatedListAuthorizersResponse.authorizers()member.SdkPublisher<AuthorizerSummary>ListAuthorizersPublisher. authorizers()Returns a publisher that can be used to get a stream of data.
-