Uses of Class
software.amazon.awssdk.services.iot.model.CreateDimensionRequest
-
Packages that use CreateDimensionRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of CreateDimensionRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type CreateDimensionRequest Modifier and Type Method Description default CompletableFuture<CreateDimensionResponse>IotAsyncClient. createDimension(CreateDimensionRequest createDimensionRequest)Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender.default CreateDimensionResponseIotClient. createDimension(CreateDimensionRequest createDimensionRequest)Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender. -
Uses of CreateDimensionRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type CreateDimensionRequest Modifier and Type Method Description SdkHttpFullRequestCreateDimensionRequestMarshaller. marshall(CreateDimensionRequest createDimensionRequest)
-