| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentPlatform |
ComponentPlatform.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ComponentPlatform |
ComponentPlatform.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ComponentPlatform |
ComponentPlatform.clone() |
ComponentPlatform |
ResolveComponentCandidatesRequest.getPlatform()
The platform to use to resolve compatible components.
|
ComponentPlatform |
ComponentPlatform.withAttributes(Map<String,String> attributes)
A dictionary of attributes for the platform.
|
ComponentPlatform |
ComponentPlatform.withName(String name)
The friendly name of the platform.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentPlatform> |
LambdaFunctionRecipeSource.getComponentPlatforms()
The platforms that the component version supports.
|
List<ComponentPlatform> |
DescribeComponentResult.getPlatforms()
The platforms that the component version supports.
|
List<ComponentPlatform> |
ComponentLatestVersion.getPlatforms()
The platforms that the component version supports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveComponentCandidatesRequest.setPlatform(ComponentPlatform platform)
The platform to use to resolve compatible components.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentPlatforms(ComponentPlatform... componentPlatforms)
The platforms that the component version supports.
|
ResolveComponentCandidatesRequest |
ResolveComponentCandidatesRequest.withPlatform(ComponentPlatform platform)
The platform to use to resolve compatible components.
|
DescribeComponentResult |
DescribeComponentResult.withPlatforms(ComponentPlatform... platforms)
The platforms that the component version supports.
|
ComponentLatestVersion |
ComponentLatestVersion.withPlatforms(ComponentPlatform... platforms)
The platforms that the component version supports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionRecipeSource.setComponentPlatforms(Collection<ComponentPlatform> componentPlatforms)
The platforms that the component version supports.
|
void |
DescribeComponentResult.setPlatforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
void |
ComponentLatestVersion.setPlatforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentPlatforms(Collection<ComponentPlatform> componentPlatforms)
The platforms that the component version supports.
|
DescribeComponentResult |
DescribeComponentResult.withPlatforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
ComponentLatestVersion |
ComponentLatestVersion.withPlatforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
Copyright © 2023. All rights reserved.