Uses of Class
com.oracle.bmc.resourcemanager.model.ConfigurationSourceProviderSummary
-
Packages that use ConfigurationSourceProviderSummary Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model -
-
Uses of ConfigurationSourceProviderSummary in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type ConfigurationSourceProviderSummary Modifier and Type Method Description Iterable<ConfigurationSourceProviderSummary>
ResourceManagerPaginators. listConfigurationSourceProvidersRecordIterator(ListConfigurationSourceProvidersRequest request)
Creates a new iterable which will iterate over theConfigurationSourceProviderSummary
objects contained in responses from the listConfigurationSourceProviders operation. -
Uses of ConfigurationSourceProviderSummary in com.oracle.bmc.resourcemanager.model
Subclasses of ConfigurationSourceProviderSummary in com.oracle.bmc.resourcemanager.model Modifier and Type Class Description class
BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary
Summary information for a configuration source provider of the type BITBUCKET_CLOUD_USERNAME_APPPASSWORD.class
BitbucketServerAccessTokenConfigurationSourceProviderSummary
Summary information for a configuration source provider of the type BITBUCKET_SERVER_ACCESS_TOKEN.class
GithubAccessTokenConfigurationSourceProviderSummary
Summary information for a configuration source provider of the type GITHUB_ACCESS_TOKEN.class
GitlabAccessTokenConfigurationSourceProviderSummary
Summary information for a configuration source provider of the type GITLAB_ACCESS_TOKEN.Methods in com.oracle.bmc.resourcemanager.model that return types with arguments of type ConfigurationSourceProviderSummary Modifier and Type Method Description List<ConfigurationSourceProviderSummary>
ConfigurationSourceProviderCollection. getItems()
Collection of configuration source providers.Method parameters in com.oracle.bmc.resourcemanager.model with type arguments of type ConfigurationSourceProviderSummary Modifier and Type Method Description ConfigurationSourceProviderCollection.Builder
ConfigurationSourceProviderCollection.Builder. items(List<ConfigurationSourceProviderSummary> items)
Collection of configuration source providers.Constructor parameters in com.oracle.bmc.resourcemanager.model with type arguments of type ConfigurationSourceProviderSummary Constructor Description ConfigurationSourceProviderCollection(List<ConfigurationSourceProviderSummary> items)
Deprecated.
-