Uses of Class
com.oracle.bmc.identity.requests.BulkDeleteTagsRequest
-
Packages that use BulkDeleteTagsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of BulkDeleteTagsRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type BulkDeleteTagsRequest Modifier and Type Method Description BulkDeleteTagsResponseIdentity. bulkDeleteTags(BulkDeleteTagsRequest request)Deletes the specified tag key definitions.Future<BulkDeleteTagsResponse>IdentityAsync. bulkDeleteTags(BulkDeleteTagsRequest request, AsyncHandler<BulkDeleteTagsRequest,BulkDeleteTagsResponse> handler)Deletes the specified tag key definitions.Future<BulkDeleteTagsResponse>IdentityAsyncClient. bulkDeleteTags(BulkDeleteTagsRequest request, AsyncHandler<BulkDeleteTagsRequest,BulkDeleteTagsResponse> handler)BulkDeleteTagsResponseIdentityClient. bulkDeleteTags(BulkDeleteTagsRequest request)Method parameters in com.oracle.bmc.identity with type arguments of type BulkDeleteTagsRequest Modifier and Type Method Description Future<BulkDeleteTagsResponse>IdentityAsync. bulkDeleteTags(BulkDeleteTagsRequest request, AsyncHandler<BulkDeleteTagsRequest,BulkDeleteTagsResponse> handler)Deletes the specified tag key definitions.Future<BulkDeleteTagsResponse>IdentityAsyncClient. bulkDeleteTags(BulkDeleteTagsRequest request, AsyncHandler<BulkDeleteTagsRequest,BulkDeleteTagsResponse> handler) -
Uses of BulkDeleteTagsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return BulkDeleteTagsRequest Modifier and Type Method Description BulkDeleteTagsRequestBulkDeleteTagsRequest.Builder. build()Build the instance of BulkDeleteTagsRequest as configured by this builderBulkDeleteTagsRequestBulkDeleteTagsRequest.Builder. buildWithoutInvocationCallback()Build the instance of BulkDeleteTagsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type BulkDeleteTagsRequest Modifier and Type Method Description BulkDeleteTagsRequest.BuilderBulkDeleteTagsRequest.Builder. copy(BulkDeleteTagsRequest o)Copy method to populate the builder with values from the given instance.
-