Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionMetadata
-
Packages that use AutomationExecutionMetadata Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 AutomationExecutionMetadata Modifier and Type Method Description 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 AutomationExecutionMetadata Modifier and Type Method Description DescribeAutomationExecutionsResponse.BuilderDescribeAutomationExecutionsResponse.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 AutomationExecutionMetadata Modifier and Type Method Description DescribeAutomationExecutionsResponse.BuilderDescribeAutomationExecutionsResponse.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 AutomationExecutionMetadata Modifier and Type Method Description SdkIterable<AutomationExecutionMetadata>DescribeAutomationExecutionsIterable. automationExecutionMetadataList()Returns an iterable to iterate through the paginatedDescribeAutomationExecutionsResponse.automationExecutionMetadataList()member.SdkPublisher<AutomationExecutionMetadata>DescribeAutomationExecutionsPublisher. automationExecutionMetadataList()Returns a publisher that can be used to get a stream of data.
-