Uses of Class
com.oracle.bmc.identity.requests.BulkEditTagsRequest
-
Packages that use BulkEditTagsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of BulkEditTagsRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type BulkEditTagsRequest Modifier and Type Method Description BulkEditTagsResponse
Identity. bulkEditTags(BulkEditTagsRequest request)
Edits the specified list of tag key definitions for the selected resources.Future<BulkEditTagsResponse>
IdentityAsync. bulkEditTags(BulkEditTagsRequest request, AsyncHandler<BulkEditTagsRequest,BulkEditTagsResponse> handler)
Edits the specified list of tag key definitions for the selected resources.Future<BulkEditTagsResponse>
IdentityAsyncClient. bulkEditTags(BulkEditTagsRequest request, AsyncHandler<BulkEditTagsRequest,BulkEditTagsResponse> handler)
BulkEditTagsResponse
IdentityClient. bulkEditTags(BulkEditTagsRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type BulkEditTagsRequest Modifier and Type Method Description Future<BulkEditTagsResponse>
IdentityAsync. bulkEditTags(BulkEditTagsRequest request, AsyncHandler<BulkEditTagsRequest,BulkEditTagsResponse> handler)
Edits the specified list of tag key definitions for the selected resources.Future<BulkEditTagsResponse>
IdentityAsyncClient. bulkEditTags(BulkEditTagsRequest request, AsyncHandler<BulkEditTagsRequest,BulkEditTagsResponse> handler)
-
Uses of BulkEditTagsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return BulkEditTagsRequest Modifier and Type Method Description BulkEditTagsRequest
BulkEditTagsRequest.Builder. build()
Build the instance of BulkEditTagsRequest as configured by this builderBulkEditTagsRequest
BulkEditTagsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkEditTagsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type BulkEditTagsRequest Modifier and Type Method Description BulkEditTagsRequest.Builder
BulkEditTagsRequest.Builder. copy(BulkEditTagsRequest o)
Copy method to populate the builder with values from the given instance.
-