| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetCalendarStateResult |
AWSSimpleSystemsManagement.getCalendarState(GetCalendarStateRequest getCalendarStateRequest)
Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time.
|
GetCalendarStateResult |
AbstractAWSSimpleSystemsManagement.getCalendarState(GetCalendarStateRequest request) |
GetCalendarStateResult |
AWSSimpleSystemsManagementClient.getCalendarState(GetCalendarStateRequest request)
Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsyncClient.getCalendarStateAsync(GetCalendarStateRequest request,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest getCalendarStateRequest,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler)
Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time.
|
Future<GetCalendarStateResult> |
AbstractAWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest request,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCalendarStateResult |
GetCalendarStateResult.clone() |
GetCalendarStateResult |
GetCalendarStateResult.withAtTime(String atTime)
The time, as an ISO 8601 string, that you specified in your
command.
|
GetCalendarStateResult |
GetCalendarStateResult.withNextTransitionTime(String nextTransitionTime)
The time, as an ISO 8601 string, that the calendar state
will change.
|
GetCalendarStateResult |
GetCalendarStateResult.withState(CalendarState state)
The state of the calendar.
|
GetCalendarStateResult |
GetCalendarStateResult.withState(String state)
The state of the calendar.
|
Copyright © 2020. All rights reserved.