Uses of Class
software.amazon.awssdk.services.lightsail.model.GetAlarmsResponse
-
Packages that use GetAlarmsResponse 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 GetAlarmsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetAlarmsResponse Modifier and Type Method Description default GetAlarmsResponseLightsailClient. getAlarms(Consumer<GetAlarmsRequest.Builder> getAlarmsRequest)Returns information about the configured alarms.default GetAlarmsResponseLightsailClient. getAlarms(GetAlarmsRequest getAlarmsRequest)Returns information about the configured alarms.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetAlarmsResponse Modifier and Type Method Description default CompletableFuture<GetAlarmsResponse>LightsailAsyncClient. getAlarms(Consumer<GetAlarmsRequest.Builder> getAlarmsRequest)Returns information about the configured alarms.default CompletableFuture<GetAlarmsResponse>LightsailAsyncClient. getAlarms(GetAlarmsRequest getAlarmsRequest)Returns information about the configured alarms.
-