Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.DelegationControl.NotificationMessageFormat
-
Packages that use DelegationControl.NotificationMessageFormat Package Description com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of DelegationControl.NotificationMessageFormat in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return DelegationControl.NotificationMessageFormat Modifier and Type Method Description static DelegationControl.NotificationMessageFormat
DelegationControl.NotificationMessageFormat. create(String key)
DelegationControl.NotificationMessageFormat
CreateDelegationControlDetails. getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.DelegationControl.NotificationMessageFormat
DelegationControl. getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.DelegationControl.NotificationMessageFormat
UpdateDelegationControlDetails. getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.static DelegationControl.NotificationMessageFormat
DelegationControl.NotificationMessageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static DelegationControl.NotificationMessageFormat[]
DelegationControl.NotificationMessageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationControl.NotificationMessageFormat Modifier and Type Method Description CreateDelegationControlDetails.Builder
CreateDelegationControlDetails.Builder. notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.DelegationControl.Builder
DelegationControl.Builder. notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.UpdateDelegationControlDetails.Builder
UpdateDelegationControlDetails.Builder. notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.Constructors in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationControl.NotificationMessageFormat Constructor Description CreateDelegationControlDetails(String compartmentId, String displayName, String description, Integer numApprovalsRequired, List<String> preApprovedServiceProviderActionNames, List<String> delegationSubscriptionIds, Boolean isAutoApproveDuringMaintenance, List<String> resourceIds, DelegationControlResourceType resourceType, String notificationTopicId, DelegationControl.NotificationMessageFormat notificationMessageFormat, String vaultId, String vaultKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DelegationControl(String id, String compartmentId, String displayName, String description, Integer numApprovalsRequired, List<String> preApprovedServiceProviderActionNames, List<String> delegationSubscriptionIds, Boolean isAutoApproveDuringMaintenance, List<String> resourceIds, DelegationControlResourceType resourceType, String notificationTopicId, DelegationControl.NotificationMessageFormat notificationMessageFormat, String vaultId, String vaultKeyId, DelegationControl.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Date timeDeleted, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateDelegationControlDetails(String displayName, String description, Integer numApprovalsRequired, List<String> delegationSubscriptionIds, Boolean isAutoApproveDuringMaintenance, List<String> resourceIds, List<String> preApprovedServiceProviderActionNames, String notificationTopicId, DelegationControl.NotificationMessageFormat notificationMessageFormat, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-