Uses of Class
com.oracle.bmc.identity.responses.DeleteTagResponse
-
Packages that use DeleteTagResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteTagResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteTagResponse Modifier and Type Method Description DeleteTagResponseIdentity. deleteTag(DeleteTagRequest request)Deletes the specified tag definition.DeleteTagResponseIdentityClient. deleteTag(DeleteTagRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type DeleteTagResponse Modifier and Type Method Description Future<DeleteTagResponse>IdentityAsync. deleteTag(DeleteTagRequest request, AsyncHandler<DeleteTagRequest,DeleteTagResponse> handler)Deletes the specified tag definition.Future<DeleteTagResponse>IdentityAsyncClient. deleteTag(DeleteTagRequest request, AsyncHandler<DeleteTagRequest,DeleteTagResponse> handler)Method parameters in com.oracle.bmc.identity with type arguments of type DeleteTagResponse Modifier and Type Method Description Future<DeleteTagResponse>IdentityAsync. deleteTag(DeleteTagRequest request, AsyncHandler<DeleteTagRequest,DeleteTagResponse> handler)Deletes the specified tag definition.Future<DeleteTagResponse>IdentityAsyncClient. deleteTag(DeleteTagRequest request, AsyncHandler<DeleteTagRequest,DeleteTagResponse> handler) -
Uses of DeleteTagResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteTagResponse Modifier and Type Method Description DeleteTagResponseDeleteTagResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeleteTagResponse Modifier and Type Method Description DeleteTagResponse.BuilderDeleteTagResponse.Builder. copy(DeleteTagResponse o)Copy method to populate the builder with values from the given instance.
-