Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
AddUserToGroupResponse |
IdentityClient.addUserToGroup(AddUserToGroupRequest request) |
AddUserToGroupResponse |
Identity.addUserToGroup(AddUserToGroupRequest request)
Adds the specified user to the specified group and returns a
UserGroupMembership object
with its own OCID. |
Future<AddUserToGroupResponse> |
IdentityAsync.addUserToGroup(AddUserToGroupRequest request,
AsyncHandler<AddUserToGroupRequest,AddUserToGroupResponse> handler)
Adds the specified user to the specified group and returns a
UserGroupMembership object
with its own OCID. |
Future<AddUserToGroupResponse> |
IdentityAsyncClient.addUserToGroup(AddUserToGroupRequest request,
AsyncHandler<AddUserToGroupRequest,AddUserToGroupResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<AddUserToGroupResponse> |
IdentityAsync.addUserToGroup(AddUserToGroupRequest request,
AsyncHandler<AddUserToGroupRequest,AddUserToGroupResponse> handler)
Adds the specified user to the specified group and returns a
UserGroupMembership object
with its own OCID. |
Future<AddUserToGroupResponse> |
IdentityAsyncClient.addUserToGroup(AddUserToGroupRequest request,
AsyncHandler<AddUserToGroupRequest,AddUserToGroupResponse> handler) |
Modifier and Type | Method and Description |
---|---|
AddUserToGroupRequest |
AddUserToGroupRequest.Builder.build()
Build the instance of AddUserToGroupRequest as configured by this builder
|
AddUserToGroupRequest |
AddUserToGroupRequest.Builder.buildWithoutInvocationCallback()
Build the instance of AddUserToGroupRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
AddUserToGroupRequest.Builder |
AddUserToGroupRequest.Builder.copy(AddUserToGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.