Uses of Class
software.amazon.awssdk.services.iot.model.CreateDimensionResponse
-
Packages that use CreateDimensionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateDimensionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateDimensionResponse Modifier and Type Method Description default CreateDimensionResponseIotClient. createDimension(Consumer<CreateDimensionRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateDimensionResponse Modifier and Type Method Description default CompletableFuture<CreateDimensionResponse>IotAsyncClient. createDimension(Consumer<CreateDimensionRequest.Builder> 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 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.
-