Uses of Class
software.amazon.awssdk.services.iot.model.GetCardinalityRequest
-
Packages that use GetCardinalityRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetCardinalityRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetCardinalityRequest Modifier and Type Method Description default CompletableFuture<GetCardinalityResponse>IotAsyncClient. getCardinality(GetCardinalityRequest 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. -
Uses of GetCardinalityRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetCardinalityRequest Modifier and Type Method Description SdkHttpFullRequestGetCardinalityRequestMarshaller. marshall(GetCardinalityRequest getCardinalityRequest)
-