Uses of Class
com.oracle.bmc.devops.model.UpdateConnectionDetails
- 
Packages that use UpdateConnectionDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdateConnectionDetails in com.oracle.bmc.devops.modelSubclasses of UpdateConnectionDetails in com.oracle.bmc.devops.model Modifier and Type Class Description classUpdateBitbucketCloudAppPasswordConnectionDetailsThe details for updating a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.classUpdateBitbucketServerAccessTokenConnectionDetailsThe details for updating a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.classUpdateGithubAccessTokenConnectionDetailsThe details for updating a connection of the type GITHUB_ACCESS_TOKEN.classUpdateGitlabAccessTokenConnectionDetailsThe details for updating a connection of the type GITLAB_ACCESS_TOKEN.classUpdateGitlabServerAccessTokenConnectionDetailsThe details for updating a connection of the type GITLAB_SERVER_ACCESS_TOKEN.classUpdateVbsAccessTokenConnectionDetailsThe details for updating a connection of the type VBS_ACCESS_TOKEN.
- 
Uses of UpdateConnectionDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionDetailsUpdateConnectionRequest. getBody$()Alternative accessor for the body parameter.UpdateConnectionDetailsUpdateConnectionRequest. getUpdateConnectionDetails()The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionRequest.BuilderUpdateConnectionRequest.Builder. body$(UpdateConnectionDetails body)Alternative setter for the body parameter.UpdateConnectionRequest.BuilderUpdateConnectionRequest.Builder. updateConnectionDetails(UpdateConnectionDetails updateConnectionDetails)The information to be updated.
 
-