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 AddTagNamespaceLockResponseIdentity. 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)AddTagNamespaceLockResponseIdentityClient. 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 AddTagNamespaceLockRequestAddTagNamespaceLockRequest.Builder. build()Build the instance of AddTagNamespaceLockRequest as configured by this builderAddTagNamespaceLockRequestAddTagNamespaceLockRequest.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.BuilderAddTagNamespaceLockRequest.Builder. copy(AddTagNamespaceLockRequest o)Copy method to populate the builder with values from the given instance.
-