Uses of Class
com.oracle.bmc.apigateway.model.ResourceLock
-
Packages that use ResourceLock Package Description com.oracle.bmc.apigateway.model -
-
Uses of ResourceLock in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type ResourceLock Modifier and Type Method Description List<ResourceLock>
Api. getLocks()
Locks associated with this resource.List<ResourceLock>
ApiSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Certificate. getLocks()
Locks associated with this resource.List<ResourceLock>
CertificateSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Deployment. getLocks()
Locks associated with this resource.List<ResourceLock>
DeploymentSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Gateway. getLocks()
Locks associated with this resource.List<ResourceLock>
GatewaySummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Sdk. getLocks()
Locks associated with this resource.List<ResourceLock>
SdkSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Subscriber. getLocks()
Locks associated with this resource.List<ResourceLock>
SubscriberSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
UsagePlan. getLocks()
Locks associated with this resource.List<ResourceLock>
UsagePlanSummary. getLocks()
Locks associated with this resource.Methods in com.oracle.bmc.apigateway.model with parameters of type ResourceLock Modifier and Type Method Description ResourceLock.Builder
ResourceLock.Builder. copy(ResourceLock model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type ResourceLock Modifier and Type Method Description Api.Builder
Api.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.ApiSummary.Builder
ApiSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Certificate.Builder
Certificate.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.CertificateSummary.Builder
CertificateSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Deployment.Builder
Deployment.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.DeploymentSummary.Builder
DeploymentSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Gateway.Builder
Gateway.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.GatewaySummary.Builder
GatewaySummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Sdk.Builder
Sdk.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.SdkSummary.Builder
SdkSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Subscriber.Builder
Subscriber.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.SubscriberSummary.Builder
SubscriberSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.UsagePlan.Builder
UsagePlan.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.UsagePlanSummary.Builder
UsagePlanSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type ResourceLock Constructor Description Api(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, Api.LifecycleState lifecycleState, String lifecycleDetails, String specificationType, List<ApiValidationResult> validationResults, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ApiSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, ApiSummary.LifecycleState lifecycleState, String lifecycleDetails, String specificationType, List<ApiValidationResult> validationResults, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.Deployment(String id, String gatewayId, String displayName, String compartmentId, String pathPrefix, String endpoint, ApiSpecification specification, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, String lifecycleDetails, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DeploymentSummary(String id, String gatewayId, String displayName, String compartmentId, String pathPrefix, String endpoint, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, String lifecycleDetails, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.Sdk(String id, String apiId, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, String targetLanguage, String artifactUrl, Date timeArtifactUrlExpiresAt, Sdk.LifecycleState lifecycleState, String lifecycleDetails, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,String> parameters)
Deprecated.SdkSummary(String id, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, String targetLanguage, Sdk.LifecycleState lifecycleState, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-