| 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.
|
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsyncClient.getCalendarStateAsync(GetCalendarStateRequest request) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest getCalendarStateRequest)
Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time.
|
Future<GetCalendarStateResult> |
AbstractAWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest request) |
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 |
|---|---|
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 |
|---|---|
GetCalendarStateRequest |
GetCalendarStateRequest.clone() |
GetCalendarStateRequest |
GetCalendarStateRequest.withAtTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
GetCalendarStateRequest |
GetCalendarStateRequest.withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries
for which you want to get the state.
|
GetCalendarStateRequest |
GetCalendarStateRequest.withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries
for which you want to get the state.
|
Copyright © 2020. All rights reserved.