Uses of Class
com.oracle.bmc.apmtraces.requests.BulkUnpinAttributeRequest
-
Packages that use BulkUnpinAttributeRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of BulkUnpinAttributeRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type BulkUnpinAttributeRequest Modifier and Type Method Description BulkUnpinAttributeResponse
Attributes. bulkUnpinAttribute(BulkUnpinAttributeRequest request)
Unpin a set of attributes in the APM Domain.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)
BulkUnpinAttributeResponse
AttributesClient. bulkUnpinAttribute(BulkUnpinAttributeRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkUnpinAttributeRequest 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 BulkUnpinAttributeRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return BulkUnpinAttributeRequest Modifier and Type Method Description BulkUnpinAttributeRequest
BulkUnpinAttributeRequest.Builder. build()
Build the instance of BulkUnpinAttributeRequest as configured by this builderBulkUnpinAttributeRequest
BulkUnpinAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkUnpinAttributeRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type BulkUnpinAttributeRequest Modifier and Type Method Description BulkUnpinAttributeRequest.Builder
BulkUnpinAttributeRequest.Builder. copy(BulkUnpinAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-