Uses of Class
com.oracle.bmc.servicemanagerproxy.model.ServiceDefinition
-
Packages that use ServiceDefinition Package Description com.oracle.bmc.servicemanagerproxy.model -
-
Uses of ServiceDefinition in com.oracle.bmc.servicemanagerproxy.model
Methods in com.oracle.bmc.servicemanagerproxy.model that return ServiceDefinition Modifier and Type Method Description ServiceDefinition
ServiceDefinition.Builder. build()
ServiceDefinition
ServiceEnvironment. getServiceDefinition()
ServiceDefinition
ServiceEnvironmentSummary. getServiceDefinition()
Methods in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceDefinition Modifier and Type Method Description ServiceDefinition.Builder
ServiceDefinition.Builder. copy(ServiceDefinition model)
ServiceEnvironment.Builder
ServiceEnvironment.Builder. serviceDefinition(ServiceDefinition serviceDefinition)
ServiceEnvironmentSummary.Builder
ServiceEnvironmentSummary.Builder. serviceDefinition(ServiceDefinition serviceDefinition)
Constructors in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceDefinition Constructor Description ServiceEnvironment(String id, String subscriptionId, ServiceEntitlementRegistrationStatus status, String compartmentId, ServiceDefinition serviceDefinition, String consoleUrl, List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Deprecated.ServiceEnvironmentSummary(String id, String subscriptionId, ServiceEntitlementRegistrationStatus status, String compartmentId, ServiceDefinition serviceDefinition, String consoleUrl, List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-