Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ComponentPlatform
-
Packages that use ComponentPlatform Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentPlatform in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ComponentPlatform Modifier and Type Method Description ComponentPlatformResolveComponentCandidatesRequest. platform()The platform to use to resolve compatible components.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentPlatform Modifier and Type Method 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.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type ComponentPlatform Modifier and Type Method Description LambdaFunctionRecipeSource.BuilderLambdaFunctionRecipeSource.Builder. componentPlatforms(ComponentPlatform... componentPlatforms)The platforms that the component version supports.ResolveComponentCandidatesRequest.BuilderResolveComponentCandidatesRequest.Builder. platform(ComponentPlatform platform)The platform to use to resolve compatible components.ComponentLatestVersion.BuilderComponentLatestVersion.Builder. platforms(ComponentPlatform... platforms)The platforms that the component version supports.DescribeComponentResponse.BuilderDescribeComponentResponse.Builder. platforms(ComponentPlatform... platforms)The platforms that the component version supports.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ComponentPlatform Modifier and Type Method Description LambdaFunctionRecipeSource.BuilderLambdaFunctionRecipeSource.Builder. componentPlatforms(Collection<ComponentPlatform> componentPlatforms)The platforms that the component version supports.ComponentLatestVersion.BuilderComponentLatestVersion.Builder. platforms(Collection<ComponentPlatform> platforms)The platforms that the component version supports.DescribeComponentResponse.BuilderDescribeComponentResponse.Builder. platforms(Collection<ComponentPlatform> platforms)The platforms that the component version supports.
-