Uses of Class
com.oracle.bmc.apmtraces.responses.BulkPinAttributeResponse
-
Packages that use BulkPinAttributeResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of BulkPinAttributeResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return BulkPinAttributeResponse Modifier and Type Method Description BulkPinAttributeResponse
Attributes. bulkPinAttribute(BulkPinAttributeRequest request)
Pin a set of attributes in the APM Domain.BulkPinAttributeResponse
AttributesClient. bulkPinAttribute(BulkPinAttributeRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type BulkPinAttributeResponse 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)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkPinAttributeResponse 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 BulkPinAttributeResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return BulkPinAttributeResponse Modifier and Type Method Description BulkPinAttributeResponse
BulkPinAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type BulkPinAttributeResponse Modifier and Type Method Description BulkPinAttributeResponse.Builder
BulkPinAttributeResponse.Builder. copy(BulkPinAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-