Uses of Interface
software.amazon.awssdk.services.lightsail.model.PutAlarmResponse.Builder
-
Packages that use PutAlarmResponse.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of PutAlarmResponse.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return PutAlarmResponse.Builder Modifier and Type Method Description static PutAlarmResponse.BuilderPutAlarmResponse. builder()PutAlarmResponse.BuilderPutAlarmResponse.Builder. operations(Collection<Operation> operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.PutAlarmResponse.BuilderPutAlarmResponse.Builder. operations(Consumer<Operation.Builder>... operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.PutAlarmResponse.BuilderPutAlarmResponse.Builder. operations(Operation... operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.PutAlarmResponse.BuilderPutAlarmResponse. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type PutAlarmResponse.Builder Modifier and Type Method Description static Class<? extends PutAlarmResponse.Builder>PutAlarmResponse. serializableBuilderClass()
-