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 |
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 © 2023. All rights reserved.