Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
CreateGroupResponse |
IdentityClient.createGroup(CreateGroupRequest request) |
CreateGroupResponse |
Identity.createGroup(CreateGroupRequest request)
Creates a new group in your tenancy.
|
Future<CreateGroupResponse> |
IdentityAsync.createGroup(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Creates a new group in your tenancy.
|
Future<CreateGroupResponse> |
IdentityAsyncClient.createGroup(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateGroupResponse> |
IdentityAsync.createGroup(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Creates a new group in your tenancy.
|
Future<CreateGroupResponse> |
IdentityAsyncClient.createGroup(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateGroupRequest |
CreateGroupRequest.Builder.build()
Build the instance of CreateGroupRequest as configured by this builder
|
CreateGroupRequest |
CreateGroupRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateGroupRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.copy(CreateGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.