Uses of Class
com.oracle.bmc.apmtraces.requests.BulkPinAttributeRequest
-
Packages that use BulkPinAttributeRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of BulkPinAttributeRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type BulkPinAttributeRequest Modifier and Type Method Description BulkPinAttributeResponse
Attributes. bulkPinAttribute(BulkPinAttributeRequest request)
Pin a set of attributes in the APM Domain.Future<BulkPinAttributeResponse>
AttributesAsync. bulkPinAttribute(BulkPinAttributeRequest request, AsyncHandler<BulkPinAttributeRequest,BulkPinAttributeResponse> handler)
Pin a set of attributes in the APM Domain.Future<BulkPinAttributeResponse>
AttributesAsyncClient. bulkPinAttribute(BulkPinAttributeRequest request, AsyncHandler<BulkPinAttributeRequest,BulkPinAttributeResponse> handler)
BulkPinAttributeResponse
AttributesClient. bulkPinAttribute(BulkPinAttributeRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkPinAttributeRequest Modifier and Type Method Description Future<BulkPinAttributeResponse>
AttributesAsync. bulkPinAttribute(BulkPinAttributeRequest request, AsyncHandler<BulkPinAttributeRequest,BulkPinAttributeResponse> handler)
Pin a set of attributes in the APM Domain.Future<BulkPinAttributeResponse>
AttributesAsyncClient. bulkPinAttribute(BulkPinAttributeRequest request, AsyncHandler<BulkPinAttributeRequest,BulkPinAttributeResponse> handler)
-
Uses of BulkPinAttributeRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return BulkPinAttributeRequest Modifier and Type Method Description BulkPinAttributeRequest
BulkPinAttributeRequest.Builder. build()
Build the instance of BulkPinAttributeRequest as configured by this builderBulkPinAttributeRequest
BulkPinAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkPinAttributeRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type BulkPinAttributeRequest Modifier and Type Method Description BulkPinAttributeRequest.Builder
BulkPinAttributeRequest.Builder. copy(BulkPinAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-