Uses of Class
com.oracle.bmc.identity.requests.DeleteTagRequest
-
Packages that use DeleteTagRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteTagRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteTagRequest Modifier and Type Method Description DeleteTagResponseIdentity. deleteTag(DeleteTagRequest request)Deletes the specified tag definition.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)DeleteTagResponseIdentityClient. deleteTag(DeleteTagRequest request)Method parameters in com.oracle.bmc.identity with type arguments of type DeleteTagRequest 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 DeleteTagRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return DeleteTagRequest Modifier and Type Method Description DeleteTagRequestDeleteTagRequest.Builder. build()Build the instance of DeleteTagRequest as configured by this builderDeleteTagRequestDeleteTagRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteTagRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type DeleteTagRequest Modifier and Type Method Description DeleteTagRequest.BuilderDeleteTagRequest.Builder. copy(DeleteTagRequest o)Copy method to populate the builder with values from the given instance.
-