Uses of Class
com.oracle.bmc.identity.responses.CreateTagDefaultResponse
-
Packages that use CreateTagDefaultResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateTagDefaultResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateTagDefaultResponse Modifier and Type Method Description CreateTagDefaultResponseIdentity. createTagDefault(CreateTagDefaultRequest request)Creates a new tag default in the specified compartment for the specified tag definition.CreateTagDefaultResponseIdentityClient. createTagDefault(CreateTagDefaultRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type CreateTagDefaultResponse 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)Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagDefaultResponse 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 CreateTagDefaultResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateTagDefaultResponse Modifier and Type Method Description CreateTagDefaultResponseCreateTagDefaultResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateTagDefaultResponse Modifier and Type Method Description CreateTagDefaultResponse.BuilderCreateTagDefaultResponse.Builder. copy(CreateTagDefaultResponse o)Copy method to populate the builder with values from the given instance.
-