Interface Lockbox
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
LockboxClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20220126") public interface Lockbox extends AutoCloseable
Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings.For more information, see Managed Access Overview.
Use the table of contents and search tool to explore the Managed Access 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelWorkRequestResponse
cancelWorkRequest(CancelWorkRequestRequest request)
Cancels the work request with the given ID.ChangeApprovalTemplateCompartmentResponse
changeApprovalTemplateCompartment(ChangeApprovalTemplateCompartmentRequest request)
Moves an ApprovalTemplate resource from one compartment identifier to another.ChangeLockboxCompartmentResponse
changeLockboxCompartment(ChangeLockboxCompartmentRequest request)
Moves a Lockbox resource from one compartment identifier to another.CreateAccessRequestResponse
createAccessRequest(CreateAccessRequestRequest request)
Creates a new access request.CreateApprovalTemplateResponse
createApprovalTemplate(CreateApprovalTemplateRequest request)
Creates a new approval template.CreateLockboxResponse
createLockbox(CreateLockboxRequest request)
Creates a new Lockbox.DeleteApprovalTemplateResponse
deleteApprovalTemplate(DeleteApprovalTemplateRequest request)
Deletes an ApprovalTemplate resource by identifierDeleteLockboxResponse
deleteLockbox(DeleteLockboxRequest request)
Deletes a Lockbox resource by identifierExportAccessRequestsResponse
exportAccessRequests(ExportAccessRequestsRequest request)
Exports a list of AccessRequestSummary objects within a compartment and during a specified time range in text format.GetAccessMaterialsResponse
getAccessMaterials(GetAccessMaterialsRequest request)
Retrieves the access credential/material associated with the access request.GetAccessRequestResponse
getAccessRequest(GetAccessRequestRequest request)
Retrieves an access request identified by the access request ID.GetAccessRequestInternalResponse
getAccessRequestInternal(GetAccessRequestInternalRequest request)
Retrieves an access request identified by the access request ID for internal use.GetApprovalTemplateResponse
getApprovalTemplate(GetApprovalTemplateRequest request)
Retrieves an approval template identified by the approval template ID.String
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)GetLockboxResponse
getLockbox(GetLockboxRequest request)
Gets a Lockbox by identifierLockboxPaginators
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.LockboxWaiters
getWaiters()
Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponse
getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the given ID.HandleAccessRequestResponse
handleAccessRequest(HandleAccessRequestRequest request)
Handle the AccessRequestListAccessRequestsResponse
listAccessRequests(ListAccessRequestsRequest request)
Retrieves a list of AccessRequestSummary objects in a compartment.ListApprovalTemplatesResponse
listApprovalTemplates(ListApprovalTemplatesRequest request)
Retrieves a list of ApprovalTemplateSummary objects in a compartment.ListLockboxesResponse
listLockboxes(ListLockboxesRequest request)
Returns a list of Lockboxes.ListWorkRequestErrorsResponse
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the given ID.ListWorkRequestLogsResponse
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.ListWorkRequestsResponse
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.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’).UpdateApprovalTemplateResponse
updateApprovalTemplate(UpdateApprovalTemplateRequest request)
Updates the ApprovalTemplateUpdateLockboxResponse
updateLockbox(UpdateLockboxRequest request)
Updates the Lockboxvoid
useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint
- The endpoint of the service.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
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.- Parameters:
region
- The region of the service.
-
setRegion
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 callsetEndpoint
.- Parameters:
regionId
- The public region ID.
-
useRealmSpecificEndpointTemplate
void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
- Parameters:
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint template
-
cancelWorkRequest
CancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request)
Cancels the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API.
-
changeApprovalTemplateCompartment
ChangeApprovalTemplateCompartmentResponse changeApprovalTemplateCompartment(ChangeApprovalTemplateCompartmentRequest request)
Moves an ApprovalTemplate resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource.
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ChangeApprovalTemplateCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeApprovalTemplateCompartment API.
-
changeLockboxCompartment
ChangeLockboxCompartmentResponse changeLockboxCompartment(ChangeLockboxCompartmentRequest request)
Moves a Lockbox resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource.
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ChangeLockboxCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeLockboxCompartment API.
-
createAccessRequest
CreateAccessRequestResponse createAccessRequest(CreateAccessRequestRequest request)
Creates a new access request.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/CreateAccessRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAccessRequest API.
-
createApprovalTemplate
CreateApprovalTemplateResponse createApprovalTemplate(CreateApprovalTemplateRequest request)
Creates a new approval template.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/CreateApprovalTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalTemplate API.
-
createLockbox
CreateLockboxResponse createLockbox(CreateLockboxRequest request)
Creates a new Lockbox.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/CreateLockboxExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateLockbox API.
-
deleteApprovalTemplate
DeleteApprovalTemplateResponse deleteApprovalTemplate(DeleteApprovalTemplateRequest request)
Deletes an ApprovalTemplate resource by identifier- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/DeleteApprovalTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalTemplate API.
-
deleteLockbox
DeleteLockboxResponse deleteLockbox(DeleteLockboxRequest request)
Deletes a Lockbox resource by identifier- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/DeleteLockboxExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteLockbox API.
-
exportAccessRequests
ExportAccessRequestsResponse exportAccessRequests(ExportAccessRequestsRequest request)
Exports a list of AccessRequestSummary objects within a compartment and during a specified time range in text format.You can filter the results by problem severity.
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ExportAccessRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ExportAccessRequests API.
-
getAccessMaterials
GetAccessMaterialsResponse getAccessMaterials(GetAccessMaterialsRequest request)
Retrieves the access credential/material associated with the access request.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetAccessMaterialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccessMaterials API.
-
getAccessRequest
GetAccessRequestResponse getAccessRequest(GetAccessRequestRequest request)
Retrieves an access request identified by the access request ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetAccessRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccessRequest API.
-
getAccessRequestInternal
GetAccessRequestInternalResponse getAccessRequestInternal(GetAccessRequestInternalRequest request)
Retrieves an access request identified by the access request ID for internal use.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetAccessRequestInternalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccessRequestInternal API.
-
getApprovalTemplate
GetApprovalTemplateResponse getApprovalTemplate(GetApprovalTemplateRequest request)
Retrieves an approval template identified by the approval template ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetApprovalTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalTemplate API.
-
getLockbox
GetLockboxResponse getLockbox(GetLockboxRequest request)
Gets a Lockbox by identifier- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetLockboxExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetLockbox API.
-
getWorkRequest
GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.
-
handleAccessRequest
HandleAccessRequestResponse handleAccessRequest(HandleAccessRequestRequest request)
Handle the AccessRequest- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/HandleAccessRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use HandleAccessRequest API.
-
listAccessRequests
ListAccessRequestsResponse listAccessRequests(ListAccessRequestsRequest request)
Retrieves a list of AccessRequestSummary objects in a compartment.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListAccessRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccessRequests API.
-
listApprovalTemplates
ListApprovalTemplatesResponse listApprovalTemplates(ListApprovalTemplatesRequest request)
Retrieves a list of ApprovalTemplateSummary objects in a compartment.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListApprovalTemplatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalTemplates API.
-
listLockboxes
ListLockboxesResponse listLockboxes(ListLockboxesRequest request)
Returns a list of Lockboxes.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListLockboxesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLockboxes API.
-
listWorkRequestErrors
ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.
-
listWorkRequestLogs
ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.
-
listWorkRequests
ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
updateApprovalTemplate
UpdateApprovalTemplateResponse updateApprovalTemplate(UpdateApprovalTemplateRequest request)
Updates the ApprovalTemplate- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/UpdateApprovalTemplateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateApprovalTemplate API.
-
updateLockbox
UpdateLockboxResponse updateLockbox(UpdateLockboxRequest request)
Updates the Lockbox- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/lockbox/UpdateLockboxExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateLockbox API.
-
getWaiters
LockboxWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
LockboxPaginators 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.- Returns:
- The service paginators.
-
-