| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateScheduledAuditResult> |
AWSIotAsyncClient.createScheduledAuditAsync(CreateScheduledAuditRequest request,
AsyncHandler<CreateScheduledAuditRequest,CreateScheduledAuditResult> asyncHandler) |
Future<CreateScheduledAuditResult> |
AbstractAWSIotAsync.createScheduledAuditAsync(CreateScheduledAuditRequest request,
AsyncHandler<CreateScheduledAuditRequest,CreateScheduledAuditResult> asyncHandler) |
Future<CreateScheduledAuditResult> |
AWSIotAsync.createScheduledAuditAsync(CreateScheduledAuditRequest createScheduledAuditRequest,
AsyncHandler<CreateScheduledAuditRequest,CreateScheduledAuditResult> asyncHandler)
Creates a scheduled audit that is run at a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.clone() |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withDayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place.
|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place, either
SUN, MON,
TUE, WED, THU, FRI, or SAT. |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withDayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place, either
SUN, MON,
TUE, WED, THU, FRI, or SAT. |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place, either
DAILY, WEEKLY, BIWEEKLY
or MONTHLY. |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withFrequency(String frequency)
How often the scheduled audit takes place, either
DAILY, WEEKLY, BIWEEKLY
or MONTHLY. |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withScheduledAuditName(String scheduledAuditName)
The name you want to give to the scheduled audit.
|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the scheduled audit.
|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withTags(Tag... tags)
Metadata that can be used to manage the scheduled audit.
|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.
|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withTargetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit.
|
Copyright © 2024. All rights reserved.