Package | Description |
---|---|
com.oracle.bmc.osmanagement | |
com.oracle.bmc.osmanagement.model | |
com.oracle.bmc.osmanagement.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ModuleStreamProfileOnManagedInstanceSummary> |
OsManagementPaginators.listModuleStreamProfilesOnManagedInstanceRecordIterator(ListModuleStreamProfilesOnManagedInstanceRequest request)
Creates a new iterable which will iterate over the
ModuleStreamProfileOnManagedInstanceSummary objects
contained in responses from the listModuleStreamProfilesOnManagedInstance operation. |
Modifier and Type | Method and Description |
---|---|
ModuleStreamProfileOnManagedInstanceSummary |
ModuleStreamProfileOnManagedInstanceSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ModuleStreamProfileOnManagedInstanceSummary> |
ModuleStreamOnManagedInstanceSummary.getProfiles()
The set of profiles that the module stream contains.
|
Modifier and Type | Method and Description |
---|---|
ModuleStreamProfileOnManagedInstanceSummary.Builder |
ModuleStreamProfileOnManagedInstanceSummary.Builder.copy(ModuleStreamProfileOnManagedInstanceSummary model) |
Modifier and Type | Method and Description |
---|---|
ModuleStreamOnManagedInstanceSummary.Builder |
ModuleStreamOnManagedInstanceSummary.Builder.profiles(List<ModuleStreamProfileOnManagedInstanceSummary> profiles)
The set of profiles that the module stream contains.
|
Constructor and Description |
---|
ModuleStreamOnManagedInstanceSummary(String moduleName,
String streamName,
ModuleStreamOnManagedInstanceSummary.Status status,
List<ModuleStreamProfileOnManagedInstanceSummary> profiles,
String softwareSourceId,
Date timeModified)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleStreamProfileOnManagedInstanceSummary> |
ListModuleStreamProfilesOnManagedInstanceResponse.getItems()
A list of
com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListModuleStreamProfilesOnManagedInstanceResponse.Builder |
ListModuleStreamProfilesOnManagedInstanceResponse.Builder.items(List<ModuleStreamProfileOnManagedInstanceSummary> items)
A list of
com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary instances. |
Copyright © 2016–2024. All rights reserved.