Uses of Class
com.oracle.bmc.identity.responses.BulkEditTagsResponse
-
Packages that use BulkEditTagsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of BulkEditTagsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return BulkEditTagsResponse Modifier and Type Method Description BulkEditTagsResponse
Identity. bulkEditTags(BulkEditTagsRequest request)
Edits the specified list of tag key definitions for the selected resources.BulkEditTagsResponse
IdentityClient. bulkEditTags(BulkEditTagsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type BulkEditTagsResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type BulkEditTagsResponse 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 BulkEditTagsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return BulkEditTagsResponse Modifier and Type Method Description BulkEditTagsResponse
BulkEditTagsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type BulkEditTagsResponse Modifier and Type Method Description BulkEditTagsResponse.Builder
BulkEditTagsResponse.Builder. copy(BulkEditTagsResponse o)
Copy method to populate the builder with values from the given instance.
-