Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionMetadata
Packages that use AutomationExecutionMetadata
Package
Description
-
Uses of AutomationExecutionMetadata in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecutionMetadataModifier and TypeMethodDescriptionfinal List<AutomationExecutionMetadata>DescribeAutomationExecutionsResponse.automationExecutionMetadataList()The list of details about each automation execution which has occurred which matches the filter specification, if any.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionMetadataModifier and TypeMethodDescriptionDescribeAutomationExecutionsResponse.Builder.automationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList) The list of details about each automation execution which has occurred which matches the filter specification, if any.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AutomationExecutionMetadataModifier and TypeMethodDescriptionDescribeAutomationExecutionsResponse.Builder.automationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList) The list of details about each automation execution which has occurred which matches the filter specification, if any. -
Uses of AutomationExecutionMetadata in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type AutomationExecutionMetadataModifier and TypeMethodDescriptionDescribeAutomationExecutionsIterable.automationExecutionMetadataList()Returns an iterable to iterate through the paginatedDescribeAutomationExecutionsResponse.automationExecutionMetadataList()member.DescribeAutomationExecutionsPublisher.automationExecutionMetadataList()Returns a publisher that can be used to get a stream of data.