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 DeleteTagResponse
Identity. 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)
DeleteTagResponse
IdentityClient. 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 DeleteTagRequest
DeleteTagRequest.Builder. build()
Build the instance of DeleteTagRequest as configured by this builderDeleteTagRequest
DeleteTagRequest.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.Builder
DeleteTagRequest.Builder. copy(DeleteTagRequest o)
Copy method to populate the builder with values from the given instance.
-