Uses of Class
software.amazon.awssdk.services.greengrassv2.model.EffectiveDeployment
-
Packages that use EffectiveDeployment Package Description software.amazon.awssdk.services.greengrassv2.model software.amazon.awssdk.services.greengrassv2.paginators -
-
Uses of EffectiveDeployment in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type EffectiveDeployment Modifier and Type Method Description List<EffectiveDeployment>ListEffectiveDeploymentsResponse. effectiveDeployments()A list that summarizes each deployment on the core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type EffectiveDeployment Modifier and Type Method Description ListEffectiveDeploymentsResponse.BuilderListEffectiveDeploymentsResponse.Builder. effectiveDeployments(EffectiveDeployment... effectiveDeployments)A list that summarizes each deployment on the core device.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type EffectiveDeployment Modifier and Type Method Description ListEffectiveDeploymentsResponse.BuilderListEffectiveDeploymentsResponse.Builder. effectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)A list that summarizes each deployment on the core device. -
Uses of EffectiveDeployment in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type EffectiveDeployment Modifier and Type Method Description SdkIterable<EffectiveDeployment>ListEffectiveDeploymentsIterable. effectiveDeployments()Returns an iterable to iterate through the paginatedListEffectiveDeploymentsResponse.effectiveDeployments()member.SdkPublisher<EffectiveDeployment>ListEffectiveDeploymentsPublisher. effectiveDeployments()Returns a publisher that can be used to get a stream of data.
-