Uses of Class
software.amazon.awssdk.services.iot.model.GetCardinalityResponse
-
Packages that use GetCardinalityResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetCardinalityResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetCardinalityResponse Modifier and Type Method Description default GetCardinalityResponseIotClient. getCardinality(Consumer<GetCardinalityRequest.Builder> getCardinalityRequest)Returns the approximate count of unique values that match the query.default GetCardinalityResponseIotClient. getCardinality(GetCardinalityRequest getCardinalityRequest)Returns the approximate count of unique values that match the query.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetCardinalityResponse Modifier and Type Method Description default CompletableFuture<GetCardinalityResponse>IotAsyncClient. getCardinality(Consumer<GetCardinalityRequest.Builder> getCardinalityRequest)Returns the approximate count of unique values that match the query.default CompletableFuture<GetCardinalityResponse>IotAsyncClient. getCardinality(GetCardinalityRequest getCardinalityRequest)Returns the approximate count of unique values that match the query.
-