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