| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetCalendarStateResult |
AbstractAWSSimpleSystemsManagement.getCalendarState(GetCalendarStateRequest request) |
GetCalendarStateResult |
AWSSimpleSystemsManagement.getCalendarState(GetCalendarStateRequest getCalendarStateRequest)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
GetCalendarStateResult |
AWSSimpleSystemsManagementClient.getCalendarState(GetCalendarStateRequest request)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest getCalendarStateRequest)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
Future<GetCalendarStateResult> |
AbstractAWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest request) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsyncClient.getCalendarStateAsync(GetCalendarStateRequest request) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest getCalendarStateRequest,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
Future<GetCalendarStateResult> |
AbstractAWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest request,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsyncClient.getCalendarStateAsync(GetCalendarStateRequest request,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest getCalendarStateRequest,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
Future<GetCalendarStateResult> |
AbstractAWSSimpleSystemsManagementAsync.getCalendarStateAsync(GetCalendarStateRequest request,
AsyncHandler<GetCalendarStateRequest,GetCalendarStateResult> asyncHandler) |
Future<GetCalendarStateResult> |
AWSSimpleSystemsManagementAsyncClient.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 (SSM 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 (SSM documents) that represent the
calendar entries for which you want to get the state.
|
Copyright © 2021. All rights reserved.