Uses of Class
software.amazon.awssdk.services.lightsail.model.PutAlarmResponse
-
Packages that use PutAlarmResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of PutAlarmResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return PutAlarmResponse Modifier and Type Method Description default PutAlarmResponseLightsailClient. putAlarm(Consumer<PutAlarmRequest.Builder> putAlarmRequest)Creates or updates an alarm, and associates it with the specified metric.default PutAlarmResponseLightsailClient. putAlarm(PutAlarmRequest putAlarmRequest)Creates or updates an alarm, and associates it with the specified metric.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type PutAlarmResponse Modifier and Type Method Description default CompletableFuture<PutAlarmResponse>LightsailAsyncClient. putAlarm(Consumer<PutAlarmRequest.Builder> putAlarmRequest)Creates or updates an alarm, and associates it with the specified metric.default CompletableFuture<PutAlarmResponse>LightsailAsyncClient. putAlarm(PutAlarmRequest putAlarmRequest)Creates or updates an alarm, and associates it with the specified metric.
-