Uses of Class
software.amazon.awssdk.services.cloudformation.model.OperationEntry
Packages that use OperationEntry
-
Uses of OperationEntry in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type OperationEntryModifier and TypeMethodDescriptionfinal List<OperationEntry>Stack.lastOperations()Information about the most recent operations performed on this stack.final List<OperationEntry>StackSummary.lastOperations()Information about the most recent operations performed on this stack.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type OperationEntryModifier and TypeMethodDescriptionStack.Builder.lastOperations(OperationEntry... lastOperations) Information about the most recent operations performed on this stack.StackSummary.Builder.lastOperations(OperationEntry... lastOperations) Information about the most recent operations performed on this stack.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type OperationEntryModifier and TypeMethodDescriptionStack.Builder.lastOperations(Collection<OperationEntry> lastOperations) Information about the most recent operations performed on this stack.StackSummary.Builder.lastOperations(Collection<OperationEntry> lastOperations) Information about the most recent operations performed on this stack.