Uses of Class
com.oracle.bmc.devops.model.ConnectionSummary
- 
Packages that use ConnectionSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model 
- 
- 
Uses of ConnectionSummary in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return types with arguments of type ConnectionSummary Modifier and Type Method Description Iterable<ConnectionSummary>DevopsPaginators. listConnectionsRecordIterator(ListConnectionsRequest request)Creates a new iterable which will iterate over theConnectionSummaryobjects contained in responses from the listConnections operation.
- 
Uses of ConnectionSummary in com.oracle.bmc.devops.modelSubclasses of ConnectionSummary in com.oracle.bmc.devops.model Modifier and Type Class Description classBitbucketCloudAppPasswordConnectionSummarySummary information for a connection of the type BITBUCKET_CLOUD_APP_PASSWORD.classBitbucketServerTokenConnectionSummarySummary information for a connection of the type BITBUCKET_SERVER_ACCESS_TOKEN.classGithubAccessTokenConnectionSummarySummary information for a connection of the type GITHUB_ACCESS_TOKEN.classGitlabAccessTokenConnectionSummarySummary information for a connection of the type GITLAB_ACCESS_TOKEN.classGitlabServerAccessTokenConnectionSummarySummary information for a connection of the type GITLAB_SERVER_ACCESS_TOKEN.classVbsAccessTokenConnectionSummarySummary information for a connection of the type VBS_ACCESS_TOKEN.Methods in com.oracle.bmc.devops.model that return types with arguments of type ConnectionSummary Modifier and Type Method Description List<ConnectionSummary>ConnectionCollection. getItems()Collection of connections.Method parameters in com.oracle.bmc.devops.model with type arguments of type ConnectionSummary Modifier and Type Method Description ConnectionCollection.BuilderConnectionCollection.Builder. items(List<ConnectionSummary> items)Collection of connections.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ConnectionSummary Constructor Description ConnectionCollection(List<ConnectionSummary> items)Deprecated.
 
-