| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedJobTemplateResult |
AWSIotClient.describeManagedJobTemplate(DescribeManagedJobTemplateRequest request)
View details of a managed job template.
|
DescribeManagedJobTemplateResult |
AWSIot.describeManagedJobTemplate(DescribeManagedJobTemplateRequest describeManagedJobTemplateRequest)
View details of a managed job template.
|
DescribeManagedJobTemplateResult |
AbstractAWSIot.describeManagedJobTemplate(DescribeManagedJobTemplateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeManagedJobTemplateResult> |
AWSIotAsyncClient.describeManagedJobTemplateAsync(DescribeManagedJobTemplateRequest request,
AsyncHandler<DescribeManagedJobTemplateRequest,DescribeManagedJobTemplateResult> asyncHandler) |
Future<DescribeManagedJobTemplateResult> |
AWSIotAsync.describeManagedJobTemplateAsync(DescribeManagedJobTemplateRequest describeManagedJobTemplateRequest,
AsyncHandler<DescribeManagedJobTemplateRequest,DescribeManagedJobTemplateResult> asyncHandler)
View details of a managed job template.
|
Future<DescribeManagedJobTemplateResult> |
AbstractAWSIotAsync.describeManagedJobTemplateAsync(DescribeManagedJobTemplateRequest request,
AsyncHandler<DescribeManagedJobTemplateRequest,DescribeManagedJobTemplateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.clone() |
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDescription(String description)
The unique description of a managed template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDocument(String document)
The document schema for a managed job template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDocumentParameters(Collection<DocumentParameter> documentParameters)
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDocumentParameters(DocumentParameter... documentParameters)
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withEnvironments(Collection<String> environments)
A list of environments that are supported with the managed job template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withEnvironments(String... environments)
A list of environments that are supported with the managed job template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withTemplateArn(String templateArn)
The unique Amazon Resource Name (ARN) of the managed template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withTemplateName(String templateName)
The unique name of a managed template, such as
AWS-Reboot. |
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withTemplateVersion(String templateVersion)
The version for a managed template.
|
Copyright © 2024. All rights reserved.