Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
EntitlementTarget |
EntitlementTarget.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EntitlementTarget> |
Entitlement.getTargets()
A collection of targeted deployments that the entitlement will be applied to.
|
Modifier and Type | Method and Description |
---|---|
EntitlementTarget.Builder |
EntitlementTarget.Builder.copy(EntitlementTarget model) |
Modifier and Type | Method and Description |
---|---|
Entitlement.Builder |
Entitlement.Builder.targets(List<EntitlementTarget> targets)
A collection of targeted deployments that the entitlement will be applied to.
|
Constructor and Description |
---|
Entitlement(String name,
String description,
RateLimit rateLimit,
Quota quota,
List<EntitlementTarget> targets)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.