Uses of Class
com.oracle.bmc.apigateway.model.EntitlementTarget
-
Packages that use EntitlementTarget Package Description com.oracle.bmc.apigateway.model -
-
Uses of EntitlementTarget in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return EntitlementTarget Modifier and Type Method Description EntitlementTarget
EntitlementTarget.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type EntitlementTarget Modifier and Type Method Description List<EntitlementTarget>
Entitlement. getTargets()
A collection of targeted deployments that the entitlement will be applied to.Methods in com.oracle.bmc.apigateway.model with parameters of type EntitlementTarget Modifier and Type Method Description EntitlementTarget.Builder
EntitlementTarget.Builder. copy(EntitlementTarget model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type EntitlementTarget Modifier and Type Method Description Entitlement.Builder
Entitlement.Builder. targets(List<EntitlementTarget> targets)
A collection of targeted deployments that the entitlement will be applied to.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type EntitlementTarget Constructor Description Entitlement(String name, String description, RateLimit rateLimit, Quota quota, List<EntitlementTarget> targets)
Deprecated.
-