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