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.model
Subclasses of UpdateConnectionDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
UpdateBitbucketCloudAppPasswordConnectionDetails
The details for updating a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.class
UpdateBitbucketServerAccessTokenConnectionDetails
The details for updating a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
UpdateGithubAccessTokenConnectionDetails
The details for updating a connection of the type GITHUB_ACCESS_TOKEN.class
UpdateGitlabAccessTokenConnectionDetails
The details for updating a connection of the type GITLAB_ACCESS_TOKEN.class
UpdateGitlabServerAccessTokenConnectionDetails
The details for updating a connection of the type GITLAB_SERVER_ACCESS_TOKEN.class
UpdateVbsAccessTokenConnectionDetails
The details for updating a connection of the type VBS_ACCESS_TOKEN. -
Uses of UpdateConnectionDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionDetails
UpdateConnectionRequest. getBody$()
Alternative accessor for the body parameter.UpdateConnectionDetails
UpdateConnectionRequest. getUpdateConnectionDetails()
The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. body$(UpdateConnectionDetails body)
Alternative setter for the body parameter.UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. updateConnectionDetails(UpdateConnectionDetails updateConnectionDetails)
The information to be updated.
-