Interface Artifacts
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- ArtifactsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public interface Artifacts extends AutoCloseableAPI covering the Artifacts and Registry services.Use this API to manage resources such as generic artifacts and container images. 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- 
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
 
 - 
changeContainerRepositoryCompartmentChangeContainerRepositoryCompartmentResponse changeContainerRepositoryCompartment(ChangeContainerRepositoryCompartmentRequest request) Moves a container repository into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/artifacts/ChangeContainerRepositoryCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeContainerRepositoryCompartment API. 
 
 - 
changeRepositoryCompartmentChangeRepositoryCompartmentResponse changeRepositoryCompartment(ChangeRepositoryCompartmentRequest request) Moves a repository into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/artifacts/ChangeRepositoryCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeRepositoryCompartment API. 
 
 - 
createContainerImageSignatureCreateContainerImageSignatureResponse createContainerImageSignature(CreateContainerImageSignatureRequest request) Upload a signature to an image.- 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/artifacts/CreateContainerImageSignatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateContainerImageSignature API. 
 
 - 
createContainerRepositoryCreateContainerRepositoryResponse createContainerRepository(CreateContainerRepositoryRequest request) Create a new empty container repository.Avoid entering confidential information. - 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/artifacts/CreateContainerRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateContainerRepository API. 
 
 - 
createRepositoryCreateRepositoryResponse createRepository(CreateRepositoryRequest request) Creates a new repository for storing artifacts.- 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/artifacts/CreateRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRepository API. 
 
 - 
deleteContainerImageDeleteContainerImageResponse deleteContainerImage(DeleteContainerImageRequest request) Delete a container image.- 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/artifacts/DeleteContainerImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteContainerImage API. 
 
 - 
deleteContainerImageSignatureDeleteContainerImageSignatureResponse deleteContainerImageSignature(DeleteContainerImageSignatureRequest request) Delete a container image signature.- 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/artifacts/DeleteContainerImageSignatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteContainerImageSignature API. 
 
 - 
deleteContainerRepositoryDeleteContainerRepositoryResponse deleteContainerRepository(DeleteContainerRepositoryRequest request) Delete container repository.- 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/artifacts/DeleteContainerRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteContainerRepository API. 
 
 - 
deleteGenericArtifactDeleteGenericArtifactResponse deleteGenericArtifact(DeleteGenericArtifactRequest request) Deletes an artifact with a specified OCID.- 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/artifacts/DeleteGenericArtifactExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGenericArtifact API. 
 
 - 
deleteGenericArtifactByPathDeleteGenericArtifactByPathResponse deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request) Deletes an artifact with a specifiedartifactPathandversion.- 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/artifacts/DeleteGenericArtifactByPathExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGenericArtifactByPath API. 
 
 - 
deleteRepositoryDeleteRepositoryResponse deleteRepository(DeleteRepositoryRequest request) Deletes the specified repository.This operation fails unless all associated artifacts are in a DELETED state. You must delete all associated artifacts before deleting a repository. - 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/artifacts/DeleteRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRepository API. 
 
 - 
getContainerConfigurationGetContainerConfigurationResponse getContainerConfiguration(GetContainerConfigurationRequest request) Get container configuration.- 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/artifacts/GetContainerConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetContainerConfiguration API. 
 
 - 
getContainerImageGetContainerImageResponse getContainerImage(GetContainerImageRequest request) Get container image 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/artifacts/GetContainerImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetContainerImage API. 
 
 - 
getContainerImageSignatureGetContainerImageSignatureResponse getContainerImageSignature(GetContainerImageSignatureRequest request) Get container image signature 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/artifacts/GetContainerImageSignatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetContainerImageSignature API. 
 
 - 
getContainerRepositoryGetContainerRepositoryResponse getContainerRepository(GetContainerRepositoryRequest request) Get container repository.- 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/artifacts/GetContainerRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetContainerRepository API. 
 
 - 
getGenericArtifactGetGenericArtifactResponse getGenericArtifact(GetGenericArtifactRequest request) Gets information about an artifact with a specified OCID.- 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/artifacts/GetGenericArtifactExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGenericArtifact API. 
 
 - 
getGenericArtifactByPathGetGenericArtifactByPathResponse getGenericArtifactByPath(GetGenericArtifactByPathRequest request) Gets information about an artifact with a specifiedartifactPathandversion.- 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/artifacts/GetGenericArtifactByPathExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGenericArtifactByPath API. 
 
 - 
getRepositoryGetRepositoryResponse getRepository(GetRepositoryRequest request) Gets the specified repository’s information.- 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/artifacts/GetRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRepository API. 
 
 - 
listContainerImageSignaturesListContainerImageSignaturesResponse listContainerImageSignatures(ListContainerImageSignaturesRequest request) List container image signatures in an image.- 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/artifacts/ListContainerImageSignaturesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListContainerImageSignatures API. 
 
 - 
listContainerImagesListContainerImagesResponse listContainerImages(ListContainerImagesRequest request) List container images 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/artifacts/ListContainerImagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListContainerImages API. 
 
 - 
listContainerRepositoriesListContainerRepositoriesResponse listContainerRepositories(ListContainerRepositoriesRequest request) List container repositories 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/artifacts/ListContainerRepositoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListContainerRepositories API. 
 
 - 
listGenericArtifactsListGenericArtifactsResponse listGenericArtifacts(ListGenericArtifactsRequest request) Lists artifacts in the specified repository.- 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/artifacts/ListGenericArtifactsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGenericArtifacts API. 
 
 - 
listRepositoriesListRepositoriesResponse listRepositories(ListRepositoriesRequest request) Lists repositories in the specified 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_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/artifacts/ListRepositoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRepositories API. 
 
 - 
removeContainerVersionRemoveContainerVersionResponse removeContainerVersion(RemoveContainerVersionRequest request) Remove version from container image.- 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/artifacts/RemoveContainerVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveContainerVersion API. 
 
 - 
restoreContainerImageRestoreContainerImageResponse restoreContainerImage(RestoreContainerImageRequest request) Restore a container image.- 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/artifacts/RestoreContainerImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreContainerImage API. 
 
 - 
updateContainerConfigurationUpdateContainerConfigurationResponse updateContainerConfiguration(UpdateContainerConfigurationRequest request) Update container configuration.- 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/artifacts/UpdateContainerConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateContainerConfiguration API. 
 
 - 
updateContainerImageUpdateContainerImageResponse updateContainerImage(UpdateContainerImageRequest request) Modify the properties of a container image.Avoid entering confidential information. - 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/artifacts/UpdateContainerImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateContainerImage API. 
 
 - 
updateContainerImageSignatureUpdateContainerImageSignatureResponse updateContainerImageSignature(UpdateContainerImageSignatureRequest request) Modify the properties of a container image signature.Avoid entering confidential information. - 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/artifacts/UpdateContainerImageSignatureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateContainerImageSignature API. 
 
 - 
updateContainerRepositoryUpdateContainerRepositoryResponse updateContainerRepository(UpdateContainerRepositoryRequest request) Modify the properties of a container repository.Avoid entering confidential information. - 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/artifacts/UpdateContainerRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateContainerRepository API. 
 
 - 
updateGenericArtifactUpdateGenericArtifactResponse updateGenericArtifact(UpdateGenericArtifactRequest request) Updates the artifact with the specified OCID.You can only update the tags of an artifact. - 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/artifacts/UpdateGenericArtifactExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateGenericArtifact API. 
 
 - 
updateGenericArtifactByPathUpdateGenericArtifactByPathResponse updateGenericArtifactByPath(UpdateGenericArtifactByPathRequest request) Updates an artifact with a specifiedartifactPathandversion.You can only update the tags of an artifact. - 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/artifacts/UpdateGenericArtifactByPathExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateGenericArtifactByPath API. 
 
 - 
updateRepositoryUpdateRepositoryResponse updateRepository(UpdateRepositoryRequest request) Updates the properties of a repository.You can update the displayNameanddescriptionproperties.- 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/artifacts/UpdateRepositoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRepository API. 
 
 - 
getWaitersArtifactsWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsArtifactsPaginators 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.
 
 
- 
 
-