Uses of Class
com.oracle.bmc.cloudmigrations.model.AvailableShapeSummary
-
Packages that use AvailableShapeSummary Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.model -
-
Uses of AvailableShapeSummary in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type AvailableShapeSummary Modifier and Type Method Description Iterable<AvailableShapeSummary>
MigrationPaginators. listAvailableShapesRecordIterator(ListAvailableShapesRequest request)
Creates a new iterable which will iterate over theAvailableShapeSummary
objects contained in responses from the listAvailableShapes operation. -
Uses of AvailableShapeSummary in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AvailableShapeSummary Modifier and Type Method Description AvailableShapeSummary
AvailableShapeSummary.Builder. build()
Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type AvailableShapeSummary Modifier and Type Method Description List<AvailableShapeSummary>
AvailableShapesCollection. getItems()
Available shapes list.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type AvailableShapeSummary Modifier and Type Method Description AvailableShapeSummary.Builder
AvailableShapeSummary.Builder. copy(AvailableShapeSummary model)
Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type AvailableShapeSummary Modifier and Type Method Description AvailableShapesCollection.Builder
AvailableShapesCollection.Builder. items(List<AvailableShapeSummary> items)
Available shapes list.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type AvailableShapeSummary Constructor Description AvailableShapesCollection(List<AvailableShapeSummary> items)
Deprecated.
-