Uses of Class
com.oracle.bmc.apmtraces.responses.BulkUnpinAttributeResponse
-
Packages that use BulkUnpinAttributeResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of BulkUnpinAttributeResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return BulkUnpinAttributeResponse Modifier and Type Method Description BulkUnpinAttributeResponse
Attributes. bulkUnpinAttribute(BulkUnpinAttributeRequest request)
Unpin a set of attributes in the APM Domain.BulkUnpinAttributeResponse
AttributesClient. bulkUnpinAttribute(BulkUnpinAttributeRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type BulkUnpinAttributeResponse Modifier and Type Method Description Future<BulkUnpinAttributeResponse>
AttributesAsync. bulkUnpinAttribute(BulkUnpinAttributeRequest request, AsyncHandler<BulkUnpinAttributeRequest,BulkUnpinAttributeResponse> handler)
Unpin a set of attributes in the APM Domain.Future<BulkUnpinAttributeResponse>
AttributesAsyncClient. bulkUnpinAttribute(BulkUnpinAttributeRequest request, AsyncHandler<BulkUnpinAttributeRequest,BulkUnpinAttributeResponse> handler)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkUnpinAttributeResponse Modifier and Type Method Description Future<BulkUnpinAttributeResponse>
AttributesAsync. bulkUnpinAttribute(BulkUnpinAttributeRequest request, AsyncHandler<BulkUnpinAttributeRequest,BulkUnpinAttributeResponse> handler)
Unpin a set of attributes in the APM Domain.Future<BulkUnpinAttributeResponse>
AttributesAsyncClient. bulkUnpinAttribute(BulkUnpinAttributeRequest request, AsyncHandler<BulkUnpinAttributeRequest,BulkUnpinAttributeResponse> handler)
-
Uses of BulkUnpinAttributeResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return BulkUnpinAttributeResponse Modifier and Type Method Description BulkUnpinAttributeResponse
BulkUnpinAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type BulkUnpinAttributeResponse Modifier and Type Method Description BulkUnpinAttributeResponse.Builder
BulkUnpinAttributeResponse.Builder. copy(BulkUnpinAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-