Uses of Class
com.oracle.bmc.identity.responses.AddTagDefaultLockResponse
-
Packages that use AddTagDefaultLockResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of AddTagDefaultLockResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return AddTagDefaultLockResponse Modifier and Type Method Description AddTagDefaultLockResponse
Identity. addTagDefaultLock(AddTagDefaultLockRequest request)
Add a resource lock to a tag default.AddTagDefaultLockResponse
IdentityClient. addTagDefaultLock(AddTagDefaultLockRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type AddTagDefaultLockResponse Modifier and Type Method Description Future<AddTagDefaultLockResponse>
IdentityAsync. addTagDefaultLock(AddTagDefaultLockRequest request, AsyncHandler<AddTagDefaultLockRequest,AddTagDefaultLockResponse> handler)
Add a resource lock to a tag default.Future<AddTagDefaultLockResponse>
IdentityAsyncClient. addTagDefaultLock(AddTagDefaultLockRequest request, AsyncHandler<AddTagDefaultLockRequest,AddTagDefaultLockResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type AddTagDefaultLockResponse Modifier and Type Method Description Future<AddTagDefaultLockResponse>
IdentityAsync. addTagDefaultLock(AddTagDefaultLockRequest request, AsyncHandler<AddTagDefaultLockRequest,AddTagDefaultLockResponse> handler)
Add a resource lock to a tag default.Future<AddTagDefaultLockResponse>
IdentityAsyncClient. addTagDefaultLock(AddTagDefaultLockRequest request, AsyncHandler<AddTagDefaultLockRequest,AddTagDefaultLockResponse> handler)
-
Uses of AddTagDefaultLockResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return AddTagDefaultLockResponse Modifier and Type Method Description AddTagDefaultLockResponse
AddTagDefaultLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type AddTagDefaultLockResponse Modifier and Type Method Description AddTagDefaultLockResponse.Builder
AddTagDefaultLockResponse.Builder. copy(AddTagDefaultLockResponse o)
Copy method to populate the builder with values from the given instance.
-