Uses of Class
com.oracle.bmc.identity.requests.AddTagNamespaceLockRequest
-
Packages that use AddTagNamespaceLockRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of AddTagNamespaceLockRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type AddTagNamespaceLockRequest Modifier and Type Method Description AddTagNamespaceLockResponse
Identity. addTagNamespaceLock(AddTagNamespaceLockRequest request)
Add a resource lock to a tag namespace.Future<AddTagNamespaceLockResponse>
IdentityAsync. addTagNamespaceLock(AddTagNamespaceLockRequest request, AsyncHandler<AddTagNamespaceLockRequest,AddTagNamespaceLockResponse> handler)
Add a resource lock to a tag namespace.Future<AddTagNamespaceLockResponse>
IdentityAsyncClient. addTagNamespaceLock(AddTagNamespaceLockRequest request, AsyncHandler<AddTagNamespaceLockRequest,AddTagNamespaceLockResponse> handler)
AddTagNamespaceLockResponse
IdentityClient. addTagNamespaceLock(AddTagNamespaceLockRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type AddTagNamespaceLockRequest Modifier and Type Method Description Future<AddTagNamespaceLockResponse>
IdentityAsync. addTagNamespaceLock(AddTagNamespaceLockRequest request, AsyncHandler<AddTagNamespaceLockRequest,AddTagNamespaceLockResponse> handler)
Add a resource lock to a tag namespace.Future<AddTagNamespaceLockResponse>
IdentityAsyncClient. addTagNamespaceLock(AddTagNamespaceLockRequest request, AsyncHandler<AddTagNamespaceLockRequest,AddTagNamespaceLockResponse> handler)
-
Uses of AddTagNamespaceLockRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return AddTagNamespaceLockRequest Modifier and Type Method Description AddTagNamespaceLockRequest
AddTagNamespaceLockRequest.Builder. build()
Build the instance of AddTagNamespaceLockRequest as configured by this builderAddTagNamespaceLockRequest
AddTagNamespaceLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddTagNamespaceLockRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type AddTagNamespaceLockRequest Modifier and Type Method Description AddTagNamespaceLockRequest.Builder
AddTagNamespaceLockRequest.Builder. copy(AddTagNamespaceLockRequest o)
Copy method to populate the builder with values from the given instance.
-