Uses of Interface
software.amazon.awssdk.services.iot.model.UpdateScheduledAuditResponse.Builder
-
Packages that use UpdateScheduledAuditResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of UpdateScheduledAuditResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return UpdateScheduledAuditResponse.Builder Modifier and Type Method Description static UpdateScheduledAuditResponse.Builder
UpdateScheduledAuditResponse. builder()
UpdateScheduledAuditResponse.Builder
UpdateScheduledAuditResponse.Builder. scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.UpdateScheduledAuditResponse.Builder
UpdateScheduledAuditResponse. toBuilder()
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type UpdateScheduledAuditResponse.Builder Modifier and Type Method Description static Class<? extends UpdateScheduledAuditResponse.Builder>
UpdateScheduledAuditResponse. serializableBuilderClass()
-