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 CreateTagDefaultResponseIdentity. 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)CreateTagDefaultResponseIdentityClient. 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 CreateTagDefaultRequestCreateTagDefaultRequest.Builder. build()Build the instance of CreateTagDefaultRequest as configured by this builderCreateTagDefaultRequestCreateTagDefaultRequest.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.BuilderCreateTagDefaultRequest.Builder. copy(CreateTagDefaultRequest o)Copy method to populate the builder with values from the given instance.
-