| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentPlatform |
ResolveComponentCandidatesRequest.platform()
The platform to use to resolve compatible components.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentPlatform> |
LambdaFunctionRecipeSource.componentPlatforms()
The platforms that the component version supports.
|
List<ComponentPlatform> |
ComponentLatestVersion.platforms()
The platforms that the component version supports.
|
List<ComponentPlatform> |
DescribeComponentResponse.platforms()
The platforms that the component version supports.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentPlatforms(ComponentPlatform... componentPlatforms)
The platforms that the component version supports.
|
ResolveComponentCandidatesRequest.Builder |
ResolveComponentCandidatesRequest.Builder.platform(ComponentPlatform platform)
The platform to use to resolve compatible components.
|
ComponentLatestVersion.Builder |
ComponentLatestVersion.Builder.platforms(ComponentPlatform... platforms)
The platforms that the component version supports.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.platforms(ComponentPlatform... platforms)
The platforms that the component version supports.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecipeSource.Builder |
LambdaFunctionRecipeSource.Builder.componentPlatforms(Collection<ComponentPlatform> componentPlatforms)
The platforms that the component version supports.
|
ComponentLatestVersion.Builder |
ComponentLatestVersion.Builder.platforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.platforms(Collection<ComponentPlatform> platforms)
The platforms that the component version supports.
|
Copyright © 2023. All rights reserved.