Uses of Class
com.oracle.bmc.servicemanagerproxy.model.ServiceEnvironmentEndPointOverview
-
Packages that use ServiceEnvironmentEndPointOverview Package Description com.oracle.bmc.servicemanagerproxy.model -
-
Uses of ServiceEnvironmentEndPointOverview in com.oracle.bmc.servicemanagerproxy.model
Methods in com.oracle.bmc.servicemanagerproxy.model that return ServiceEnvironmentEndPointOverview Modifier and Type Method Description ServiceEnvironmentEndPointOverview
ServiceEnvironmentEndPointOverview.Builder. build()
Methods in com.oracle.bmc.servicemanagerproxy.model that return types with arguments of type ServiceEnvironmentEndPointOverview Modifier and Type Method Description List<ServiceEnvironmentEndPointOverview>
ServiceEnvironment. getServiceEnvironmentEndpoints()
Array of service environment end points.List<ServiceEnvironmentEndPointOverview>
ServiceEnvironmentSummary. getServiceEnvironmentEndpoints()
Array of service environment end points.Methods in com.oracle.bmc.servicemanagerproxy.model with parameters of type ServiceEnvironmentEndPointOverview Modifier and Type Method Description ServiceEnvironmentEndPointOverview.Builder
ServiceEnvironmentEndPointOverview.Builder. copy(ServiceEnvironmentEndPointOverview model)
Method parameters in com.oracle.bmc.servicemanagerproxy.model with type arguments of type ServiceEnvironmentEndPointOverview Modifier and Type Method Description ServiceEnvironment.Builder
ServiceEnvironment.Builder. serviceEnvironmentEndpoints(List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Array of service environment end points.ServiceEnvironmentSummary.Builder
ServiceEnvironmentSummary.Builder. serviceEnvironmentEndpoints(List<ServiceEnvironmentEndPointOverview> serviceEnvironmentEndpoints)
Array of service environment end points.Constructor parameters in com.oracle.bmc.servicemanagerproxy.model with type arguments of type ServiceEnvironmentEndPointOverview 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.
-