| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCalendarStateResponse |
SsmClient.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 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCalendarStateRequest.Builder |
GetCalendarStateRequest.Builder.atTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
static GetCalendarStateRequest.Builder |
GetCalendarStateRequest.builder() |
GetCalendarStateRequest.Builder |
GetCalendarStateRequest.Builder.calendarNames(Collection<String> calendarNames)
The names or 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 |
GetCalendarStateRequest.Builder.calendarNames(String... calendarNames)
The names or 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 |
GetCalendarStateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCalendarStateRequest.Builder |
GetCalendarStateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCalendarStateRequest.Builder |
GetCalendarStateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCalendarStateRequest.Builder> |
GetCalendarStateRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.