Uses of Class
com.oracle.bmc.identity.requests.CreateTagDefaultRequest
-
Packages that use CreateTagDefaultRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateTagDefaultRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateTagDefaultRequest Modifier and Type Method Description CreateTagDefaultResponse
Identity. createTagDefault(CreateTagDefaultRequest request)
Creates a new tag default in the specified compartment for the specified tag definition.Future<CreateTagDefaultResponse>
IdentityAsync. createTagDefault(CreateTagDefaultRequest request, AsyncHandler<CreateTagDefaultRequest,CreateTagDefaultResponse> handler)
Creates a new tag default in the specified compartment for the specified tag definition.Future<CreateTagDefaultResponse>
IdentityAsyncClient. createTagDefault(CreateTagDefaultRequest request, AsyncHandler<CreateTagDefaultRequest,CreateTagDefaultResponse> handler)
CreateTagDefaultResponse
IdentityClient. createTagDefault(CreateTagDefaultRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagDefaultRequest Modifier and Type Method Description Future<CreateTagDefaultResponse>
IdentityAsync. createTagDefault(CreateTagDefaultRequest request, AsyncHandler<CreateTagDefaultRequest,CreateTagDefaultResponse> handler)
Creates a new tag default in the specified compartment for the specified tag definition.Future<CreateTagDefaultResponse>
IdentityAsyncClient. createTagDefault(CreateTagDefaultRequest request, AsyncHandler<CreateTagDefaultRequest,CreateTagDefaultResponse> handler)
-
Uses of CreateTagDefaultRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateTagDefaultRequest Modifier and Type Method Description CreateTagDefaultRequest
CreateTagDefaultRequest.Builder. build()
Build the instance of CreateTagDefaultRequest as configured by this builderCreateTagDefaultRequest
CreateTagDefaultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTagDefaultRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateTagDefaultRequest Modifier and Type Method Description CreateTagDefaultRequest.Builder
CreateTagDefaultRequest.Builder. copy(CreateTagDefaultRequest o)
Copy method to populate the builder with values from the given instance.
-