Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCalendarStateRequest.Builder
-
Packages that use GetCalendarStateRequest.Builder Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.model -
-
Uses of GetCalendarStateRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetCalendarStateRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCalendarStateResponse>SsmAsyncClient. 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.Builder Modifier and Type Method Description GetCalendarStateRequest.BuilderGetCalendarStateRequest.Builder. atTime(String atTime)(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.static GetCalendarStateRequest.BuilderGetCalendarStateRequest. builder()GetCalendarStateRequest.BuilderGetCalendarStateRequest.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.BuilderGetCalendarStateRequest.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.BuilderGetCalendarStateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalendarStateRequest.BuilderGetCalendarStateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCalendarStateRequest.BuilderGetCalendarStateRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCalendarStateRequest.Builder Modifier and Type Method Description static Class<? extends GetCalendarStateRequest.Builder>GetCalendarStateRequest. serializableBuilderClass()
-