Class UpdateCredentialRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20230222")
    public class UpdateCredentialRequest
    extends BmcRequest<UpdateCredentialDetails>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.86.2/databasetoolsruntime/UpdateCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCredentialRequest.

    • Constructor Detail

      • UpdateCredentialRequest

        public UpdateCredentialRequest()
    • Method Detail

      • getDatabaseToolsConnectionId

        public String getDatabaseToolsConnectionId()
        The OCID of a Database Tools connection.
      • getCredentialKey

        public String getCredentialKey()
        The name of the credential
      • getUpdateCredentialDetails

        public UpdateCredentialDetails getUpdateCredentialDetails()
        The information to be updated.
      • getOpcRequestId

        public String getOpcRequestId()
        The client request ID for tracing.
      • getIfMatch

        public String getIfMatch()
        If-Match is most often used with state-changing methods (e.g., POST, PUT, DELETE) to prevent accidental overwrites when multiple user agentss might be acting in parallel on the same resource (i.e., to prevent the “lost update” problem).

        In general, it can be used with any method that involves the selection or modification of a representation to abort the request if the selected representation’s current entity tag is not a member within the If-Match field value. When specified on an action-specific subresource, the ETag value of the resource on which the action is requested should be provided.