Interface ObjectLifecycleStateEntryActionMetadataResponse
public interface ObjectLifecycleStateEntryActionMetadataResponse
Represents the response from a request to retrieve object lifecycle entry action rule metadata.
It contains a collection of all entry action rules configured on the requested object lifecycle state.
-
Method Summary
Modifier and TypeMethodDescriptiongetRules()Given the object lifecycle and state name, retrieves all entry action rule metadata in the form of a list ofObjectLifecycleStateEntryActionRuleMetadata.
-
Method Details
-
getRules
List<ObjectLifecycleStateEntryActionRuleMetadata> getRules()Given the object lifecycle and state name, retrieves all entry action rule metadata in the form of a list ofObjectLifecycleStateEntryActionRuleMetadata. This value is never null.- Returns:
- a
ListofObjectLifecycleStateEntryActionRuleMetadataor an empty list if there is no entry action configured on the requested state
-