Uses of Class
com.oracle.bmc.resourcemanager.model.UpdateConfigurationSourceProviderDetails
-
Packages that use UpdateConfigurationSourceProviderDetails Package Description com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of UpdateConfigurationSourceProviderDetails in com.oracle.bmc.resourcemanager.model
Subclasses of UpdateConfigurationSourceProviderDetails in com.oracle.bmc.resourcemanager.model Modifier and Type Class Description class
UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails
Update details for a configuration source provider of the type BITBUCKET_CLOUD_USERNAME_APPPASSWORD.class
UpdateBitbucketServerAccessTokenConfigurationSourceProviderDetails
The details for creating a configuration source provider of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
UpdateGithubAccessTokenConfigurationSourceProviderDetails
Update details for a configuration source provider of the type GITHUB_ACCESS_TOKEN.class
UpdateGitlabAccessTokenConfigurationSourceProviderDetails
Update details for configuration source provider of the type GITLAB_ACCESS_TOKEN. -
Uses of UpdateConfigurationSourceProviderDetails in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return UpdateConfigurationSourceProviderDetails Modifier and Type Method Description UpdateConfigurationSourceProviderDetails
UpdateConfigurationSourceProviderRequest. getBody$()
Alternative accessor for the body parameter.UpdateConfigurationSourceProviderDetails
UpdateConfigurationSourceProviderRequest. getUpdateConfigurationSourceProviderDetails()
Updated information provided for the ConfigurationSourceProvider.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type UpdateConfigurationSourceProviderDetails Modifier and Type Method Description UpdateConfigurationSourceProviderRequest.Builder
UpdateConfigurationSourceProviderRequest.Builder. body$(UpdateConfigurationSourceProviderDetails body)
Alternative setter for the body parameter.UpdateConfigurationSourceProviderRequest.Builder
UpdateConfigurationSourceProviderRequest.Builder. updateConfigurationSourceProviderDetails(UpdateConfigurationSourceProviderDetails updateConfigurationSourceProviderDetails)
Updated information provided for the ConfigurationSourceProvider.
-