Interface ApiGateway
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- ApiGatewayClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190501") public interface ApiGateway extends AutoCloseableAPI for the API Gateway service.Use this API to manage gateways, deployments, and related items. For more information, see Overview of API Gateway. 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AddApiLockResponseaddApiLock(AddApiLockRequest request)Adds a lock to a Api resource.AddCertificateLockResponseaddCertificateLock(AddCertificateLockRequest request)Adds a lock to a Certificate resource.AddSdkLockResponseaddSdkLock(AddSdkLockRequest request)Adds a lock to a Sdk resource.ChangeApiCompartmentResponsechangeApiCompartment(ChangeApiCompartmentRequest request)Changes the API compartment.ChangeCertificateCompartmentResponsechangeCertificateCompartment(ChangeCertificateCompartmentRequest request)Changes the certificate compartment.CreateApiResponsecreateApi(CreateApiRequest request)Creates a new API.CreateCertificateResponsecreateCertificate(CreateCertificateRequest request)Creates a new Certificate.CreateSdkResponsecreateSdk(CreateSdkRequest request)Creates a new SDK.DeleteApiResponsedeleteApi(DeleteApiRequest request)Deletes the API with the given identifier.DeleteCertificateResponsedeleteCertificate(DeleteCertificateRequest request)Deletes the certificate with the given identifier.DeleteSdkResponsedeleteSdk(DeleteSdkRequest request)Deletes provided SDK.GetApiResponsegetApi(GetApiRequest request)Gets an API by identifier.GetApiContentResponsegetApiContent(GetApiContentRequest request)Get the raw API content.GetApiDeploymentSpecificationResponsegetApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)Gets an API Deployment specification by identifier.GetApiValidationsResponsegetApiValidations(GetApiValidationsRequest request)Gets the API validation results.GetCertificateResponsegetCertificate(GetCertificateRequest request)Gets a certificate by identifier.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)ApiGatewayPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetSdkResponsegetSdk(GetSdkRequest request)Return object store downloadable URL and metadata.ApiGatewayWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListApisResponselistApis(ListApisRequest request)Returns a list of APIs.ListCertificatesResponselistCertificates(ListCertificatesRequest request)Returns a list of certificates.ListSdkLanguageTypesResponselistSdkLanguageTypes(ListSdkLanguageTypesRequest request)Lists programming languages in which SDK can be generated.ListSdksResponselistSdks(ListSdksRequest request)Returns list of generated SDKs.voidrefreshClient()Rebuilds the client from scratch.RemoveApiLockResponseremoveApiLock(RemoveApiLockRequest request)Removes a lock from a Api resource.RemoveCertificateLockResponseremoveCertificateLock(RemoveCertificateLockRequest request)Removes a lock from a Certificate resource.RemoveSdkLockResponseremoveSdkLock(RemoveSdkLockRequest request)Removes a lock from a Sdk resource.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateApiResponseupdateApi(UpdateApiRequest request)Updates the API with the given identifier.UpdateCertificateResponseupdateCertificate(UpdateCertificateRequest request)Updates a certificate with the given identifierUpdateSdkResponseupdateSdk(UpdateSdkRequest request)Updates the SDK with the given identifier.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter 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.
 
 - 
setRegionvoid 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.
 
 - 
useRealmSpecificEndpointTemplatevoid 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
 
 - 
addApiLockAddApiLockResponse addApiLock(AddApiLockRequest request) Adds a lock to a Api 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/AddApiLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddApiLock API. 
 
 - 
addCertificateLockAddCertificateLockResponse addCertificateLock(AddCertificateLockRequest request) Adds a lock to a Certificate 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/AddCertificateLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddCertificateLock API. 
 
 - 
addSdkLockAddSdkLockResponse addSdkLock(AddSdkLockRequest request) Adds a lock to a Sdk 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/AddSdkLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddSdkLock API. 
 
 - 
changeApiCompartmentChangeApiCompartmentResponse changeApiCompartment(ChangeApiCompartmentRequest request) Changes the API 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ChangeApiCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeApiCompartment API. 
 
 - 
changeCertificateCompartmentChangeCertificateCompartmentResponse changeCertificateCompartment(ChangeCertificateCompartmentRequest request) Changes the certificate 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ChangeCertificateCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCertificateCompartment API. 
 
 - 
createApiCreateApiResponse createApi(CreateApiRequest request) Creates a new API.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/CreateApiExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApi API. 
 
 - 
createCertificateCreateCertificateResponse createCertificate(CreateCertificateRequest request) Creates a new Certificate.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/CreateCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCertificate API. 
 
 - 
createSdkCreateSdkResponse createSdk(CreateSdkRequest request) Creates a new SDK.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/CreateSdkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSdk API. 
 
 - 
deleteApiDeleteApiResponse deleteApi(DeleteApiRequest request) Deletes the API with the given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/DeleteApiExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApi API. 
 
 - 
deleteCertificateDeleteCertificateResponse deleteCertificate(DeleteCertificateRequest request) Deletes the certificate with the given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/DeleteCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCertificate API. 
 
 - 
deleteSdkDeleteSdkResponse deleteSdk(DeleteSdkRequest request) Deletes provided SDK.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/DeleteSdkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSdk API. 
 
 - 
getApiGetApiResponse getApi(GetApiRequest request) Gets an API 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetApiExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApi API. 
 
 - 
getApiContentGetApiContentResponse getApiContent(GetApiContentRequest request) Get the raw API content.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetApiContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApiContent API. 
 
 - 
getApiDeploymentSpecificationGetApiDeploymentSpecificationResponse getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request) Gets an API Deployment specification 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetApiDeploymentSpecificationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApiDeploymentSpecification API. 
 
 - 
getApiValidationsGetApiValidationsResponse getApiValidations(GetApiValidationsRequest request) Gets the API validation results.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetApiValidationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApiValidations API. 
 
 - 
getCertificateGetCertificateResponse getCertificate(GetCertificateRequest request) Gets a certificate 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCertificate API. 
 
 - 
getSdkGetSdkResponse getSdk(GetSdkRequest request) Return object store downloadable URL and metadata.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/GetSdkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSdk API. 
 
 - 
listApisListApisResponse listApis(ListApisRequest request) Returns a list of APIs.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ListApisExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApis API. 
 
 - 
listCertificatesListCertificatesResponse listCertificates(ListCertificatesRequest request) Returns a list of certificates.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ListCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCertificates API. 
 
 - 
listSdkLanguageTypesListSdkLanguageTypesResponse listSdkLanguageTypes(ListSdkLanguageTypesRequest request) Lists programming languages in which SDK can be generated.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ListSdkLanguageTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSdkLanguageTypes API. 
 
 - 
listSdksListSdksResponse listSdks(ListSdksRequest request) Returns list of generated SDKs.- 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/ListSdksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSdks API. 
 
 - 
removeApiLockRemoveApiLockResponse removeApiLock(RemoveApiLockRequest request) Removes a lock from a Api 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/RemoveApiLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveApiLock API. 
 
 - 
removeCertificateLockRemoveCertificateLockResponse removeCertificateLock(RemoveCertificateLockRequest request) Removes a lock from a Certificate 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/RemoveCertificateLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveCertificateLock API. 
 
 - 
removeSdkLockRemoveSdkLockResponse removeSdkLock(RemoveSdkLockRequest request) Removes a lock from a Sdk 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/RemoveSdkLockExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveSdkLock API. 
 
 - 
updateApiUpdateApiResponse updateApi(UpdateApiRequest request) Updates the API with the given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/UpdateApiExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateApi API. 
 
 - 
updateCertificateUpdateCertificateResponse updateCertificate(UpdateCertificateRequest request) Updates a certificate with the given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/UpdateCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCertificate API. 
 
 - 
updateSdkUpdateSdkResponse updateSdk(UpdateSdkRequest request) Updates the SDK with the given 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. 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 <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apigateway/UpdateSdkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSdk API. 
 
 - 
getWaitersApiGatewayWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsApiGatewayPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface 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.
 
 
- 
 
-