Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformConfiguration.Type
-
Packages that use PlatformConfiguration.Type Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of PlatformConfiguration.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformConfiguration.Type Modifier and Type Method Description static PlatformConfiguration.TypePlatformConfiguration.Type. create(String key)PlatformConfiguration.TypePlatformConfiguration. getType()The type of the configuration.PlatformConfiguration.TypePlatformConfigurationSummary. getType()The type of the configuration.static PlatformConfiguration.TypePlatformConfiguration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformConfiguration.Type[]PlatformConfiguration.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfiguration.Type Modifier and Type Method Description PlatformConfiguration.BuilderPlatformConfiguration.Builder. type(PlatformConfiguration.Type type)The type of the configuration.PlatformConfigurationSummary.BuilderPlatformConfigurationSummary.Builder. type(PlatformConfiguration.Type type)The type of the configuration.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfiguration.Type Constructor Description PlatformConfiguration(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, String resourceRegion, PlatformConfiguration.Type type, ConfigCategoryDetails configCategoryDetails, PlatformConfiguration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.PlatformConfigurationSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, String resourceRegion, PlatformConfiguration.Type type, ConfigCategoryDetails configCategoryDetails, PlatformConfiguration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of PlatformConfiguration.Type in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return PlatformConfiguration.Type Modifier and Type Method Description PlatformConfiguration.TypeListPlatformConfigurationsRequest. getType()A filter to return Platform Configurations whose type matches the given type.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type PlatformConfiguration.Type Modifier and Type Method Description ListPlatformConfigurationsRequest.BuilderListPlatformConfigurationsRequest.Builder. type(PlatformConfiguration.Type type)A filter to return Platform Configurations whose type matches the given type.
-