| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 © 2021. All rights reserved.