@Generated(value="OracleSDKGenerator", comments="API Version: 20201210") public interface RoverEntitlement extends AutoCloseable
A description of the RoverCloudService API. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
Modifier and Type | Method and Description |
---|---|
ChangeRoverEntitlementCompartmentResponse |
changeRoverEntitlementCompartment(ChangeRoverEntitlementCompartmentRequest request)
Moves an entitlement into a different compartment.
|
CreateRoverEntitlementResponse |
createRoverEntitlement(CreateRoverEntitlementRequest request)
Create the Entitlement to use a Rover Device.
|
DeleteRoverEntitlementResponse |
deleteRoverEntitlement(DeleteRoverEntitlementRequest request)
Deletes a rover entitlement
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
RoverEntitlementPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GetRoverEntitlementResponse |
getRoverEntitlement(GetRoverEntitlementRequest request)
Describes the Rover Device Entitlement in detail
|
RoverEntitlementWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListRoverEntitlementsResponse |
listRoverEntitlements(ListRoverEntitlementsRequest request)
Returns a list of RoverEntitlements.
|
void |
refreshClient()
Rebuilds the client from scratch.
|
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’).
|
UpdateRoverEntitlementResponse |
updateRoverEntitlement(UpdateRoverEntitlementRequest request)
Updates the RoverEntitlement
|
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
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.ChangeRoverEntitlementCompartmentResponse changeRoverEntitlementCompartment(ChangeRoverEntitlementCompartmentRequest request)
Moves an entitlement into a different compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeRoverEntitlementCompartment API.
CreateRoverEntitlementResponse createRoverEntitlement(CreateRoverEntitlementRequest request)
Create the Entitlement to use a Rover Device. It requires some offline process of review and signatures before request is granted.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateRoverEntitlement API.
DeleteRoverEntitlementResponse deleteRoverEntitlement(DeleteRoverEntitlementRequest request)
Deletes a rover entitlement
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteRoverEntitlement API.
GetRoverEntitlementResponse getRoverEntitlement(GetRoverEntitlementRequest request)
Describes the Rover Device Entitlement in detail
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetRoverEntitlement API.
ListRoverEntitlementsResponse listRoverEntitlements(ListRoverEntitlementsRequest request)
Returns a list of RoverEntitlements.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListRoverEntitlements API.
UpdateRoverEntitlementResponse updateRoverEntitlement(UpdateRoverEntitlementRequest request)
Updates the RoverEntitlement
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation uses
RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is
provided. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateRoverEntitlement API.
RoverEntitlementWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
RoverEntitlementPaginators 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–2023. All rights reserved.