@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public interface Events extends AutoCloseable
API for the Events Service. Use this API to manage rules and actions that create automation in your tenancy. For more information, see Overview of Events.
Modifier and Type | Method and Description |
---|---|
ChangeRuleCompartmentResponse |
changeRuleCompartment(ChangeRuleCompartmentRequest request)
Moves a rule into a different compartment within the same tenancy.
|
CreateRuleResponse |
createRule(CreateRuleRequest request)
Creates a new rule.
|
DeleteRuleResponse |
deleteRule(DeleteRuleRequest request)
Deletes a rule.
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
EventsPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data.
|
GetRuleResponse |
getRule(GetRuleRequest request)
Retrieves a rule.
|
EventsWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListRulesResponse |
listRules(ListRulesRequest request)
Lists rules for this compartment.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
UpdateRuleResponse |
updateRule(UpdateRuleRequest request)
Updates a rule.
|
close
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the service.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
region
- The region of the service.void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion
.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
regionId
- The public region ID.ChangeRuleCompartmentResponse changeRuleCompartment(ChangeRuleCompartmentRequest request)
Moves a rule into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ChangeRuleCompartment API.
CreateRuleResponse createRule(CreateRuleRequest request)
Creates a new rule.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use CreateRule API.
DeleteRuleResponse deleteRule(DeleteRuleRequest request)
Deletes a rule.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use DeleteRule API.
GetRuleResponse getRule(GetRuleRequest request)
Retrieves a rule.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use GetRule API.
ListRulesResponse listRules(ListRulesRequest request)
Lists rules for this compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use ListRules API.
UpdateRuleResponse updateRule(UpdateRuleRequest request)
Updates a rule.
request
- The request object containing the details to sendBmcException
- when an error occurs.
Example: Click here to see how to use UpdateRule API.
EventsWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
EventsPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data. These paginators provide an Iterable
interface so that service responses, or
resources/records, can be iterated through without having to manually deal with pagination and page tokens.
Copyright © 2016–2021. All rights reserved.