Uses of Class
com.oracle.bmc.apmtraces.model.AttributeResponse
-
Packages that use AttributeResponse Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeResponse in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeResponse Modifier and Type Method Description AttributeResponse
AttributeResponse.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type AttributeResponse Modifier and Type Method Description List<AttributeResponse>
BulkActivationStatus. getAttributeStatuses()
We preserve the order of the attribute items from the bulk activation request in this collection.List<AttributeResponse>
BulkDeActivationStatus. getAttributeStatuses()
We preserve the order of the attribute items from the bulk activation request in this collection.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse Modifier and Type Method Description AttributeResponse.Builder
AttributeResponse.Builder. copy(AttributeResponse model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeResponse Modifier and Type Method Description BulkActivationStatus.Builder
BulkActivationStatus.Builder. attributeStatuses(List<AttributeResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk activation request in this collection.BulkDeActivationStatus.Builder
BulkDeActivationStatus.Builder. attributeStatuses(List<AttributeResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk activation request in this collection.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeResponse Constructor Description BulkActivationStatus(List<AttributeResponse> attributeStatuses, BulkActivationMetadata bulkActivationMetadata)
Deprecated.BulkDeActivationStatus(List<AttributeResponse> attributeStatuses, BulkDeActivationMetadata bulkDeActivationMetadata)
Deprecated.
-