Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCalendarStateResponse.Builder
-
Packages that use GetCalendarStateResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of GetCalendarStateResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetCalendarStateResponse.Builder Modifier and Type Method Description GetCalendarStateResponse.BuilderGetCalendarStateResponse.Builder. atTime(String atTime)The time, as an ISO 8601 string, that you specified in your command.static GetCalendarStateResponse.BuilderGetCalendarStateResponse. builder()GetCalendarStateResponse.BuilderGetCalendarStateResponse.Builder. nextTransitionTime(String nextTransitionTime)The time, as an ISO 8601 string, that the calendar state will change.GetCalendarStateResponse.BuilderGetCalendarStateResponse.Builder. state(String state)The state of the calendar.GetCalendarStateResponse.BuilderGetCalendarStateResponse.Builder. state(CalendarState state)The state of the calendar.GetCalendarStateResponse.BuilderGetCalendarStateResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCalendarStateResponse.Builder Modifier and Type Method Description static Class<? extends GetCalendarStateResponse.Builder>GetCalendarStateResponse. serializableBuilderClass()
-