Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformSpecificArtifact
-
Packages that use PlatformSpecificArtifact Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PlatformSpecificArtifact in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformSpecificArtifact Modifier and Type Method Description PlatformSpecificArtifact
PlatformSpecificArtifact.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type PlatformSpecificArtifact Modifier and Type Method Description List<PlatformSpecificArtifact>
PlatformSpecificArtifactDetails. getArtifacts()
Artifacts.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformSpecificArtifact Modifier and Type Method Description PlatformSpecificArtifact.Builder
PlatformSpecificArtifact.Builder. copy(PlatformSpecificArtifact model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PlatformSpecificArtifact Modifier and Type Method Description PlatformSpecificArtifactDetails.Builder
PlatformSpecificArtifactDetails.Builder. artifacts(List<PlatformSpecificArtifact> artifacts)
Artifacts.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PlatformSpecificArtifact Constructor Description PlatformSpecificArtifactDetails(List<PlatformSpecificArtifact> artifacts)
Deprecated.
-