Uses of Class
software.amazon.awssdk.services.iot.model.ListDimensionsRequest
-
Packages that use ListDimensionsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListDimensionsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListDimensionsRequest Modifier and Type Method Description default CompletableFuture<ListDimensionsResponse>IotAsyncClient. listDimensions(ListDimensionsRequest listDimensionsRequest)List the set of dimensions that are defined for your Amazon Web Services accounts.default ListDimensionsResponseIotClient. listDimensions(ListDimensionsRequest listDimensionsRequest)List the set of dimensions that are defined for your Amazon Web Services accounts.default ListDimensionsPublisherIotAsyncClient. listDimensionsPaginator(ListDimensionsRequest listDimensionsRequest)List the set of dimensions that are defined for your Amazon Web Services accounts.default ListDimensionsIterableIotClient. listDimensionsPaginator(ListDimensionsRequest listDimensionsRequest)List the set of dimensions that are defined for your Amazon Web Services accounts. -
Uses of ListDimensionsRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListDimensionsRequest Constructor Description ListDimensionsIterable(IotClient client, ListDimensionsRequest firstRequest)ListDimensionsPublisher(IotAsyncClient client, ListDimensionsRequest firstRequest) -
Uses of ListDimensionsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListDimensionsRequest Modifier and Type Method Description SdkHttpFullRequestListDimensionsRequestMarshaller. marshall(ListDimensionsRequest listDimensionsRequest)
-