Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCalendarStateRequest.Builder
Packages that use GetCalendarStateRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of GetCalendarStateRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetCalendarStateRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getCalendarState(Consumer<GetCalendarStateRequest.Builder> getCalendarStateRequest) Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.default GetCalendarStateResponseSsmClient.getCalendarState(Consumer<GetCalendarStateRequest.Builder> getCalendarStateRequest) Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. -
Uses of GetCalendarStateRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetCalendarStateRequest.BuilderModifier and TypeMethodDescription(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.GetCalendarStateRequest.builder()GetCalendarStateRequest.Builder.calendarNames(String... calendarNames) The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.GetCalendarStateRequest.Builder.calendarNames(Collection<String> calendarNames) The names of Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.GetCalendarStateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetCalendarStateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetCalendarStateRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCalendarStateRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCalendarStateRequest.Builder>GetCalendarStateRequest.serializableBuilderClass()